emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9f571a2e6c: Mention vtable accessor functions


From: Lars Ingebrigtsen
Subject: master 9f571a2e6c: Mention vtable accessor functions
Date: Sat, 19 Feb 2022 10:25:28 -0500 (EST)

branch: master
commit 9f571a2e6c1cf0f039438093a28ee2a962658fd5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Mention vtable accessor functions
    
    * doc/misc/vtable.texi (Making A Table): Mention the accessors.
---
 doc/misc/vtable.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/misc/vtable.texi b/doc/misc/vtable.texi
index 83ce24fd1a..8e6db5659d 100644
--- a/doc/misc/vtable.texi
+++ b/doc/misc/vtable.texi
@@ -422,6 +422,11 @@ is @code{nil}, nothing is inserted, but the vtable object 
is returned,
 and you can insert it later with the @code{vtable-insert} function.
 @end table
 
+@code{make-table} returns a @code{vtable} object.  You can access the
+slots in that object by using accessor functions that have names based
+on the keywords described above.  For instance, to access the face,
+use @code{vtable-face}.
+
 @node Commands
 @chapter Commands
 @cindex vtable commands



reply via email to

[Prev in Thread] Current Thread [Next in Thread]