]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention vtable accessor functions
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 19 Feb 2022 15:25:13 +0000 (16:25 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 19 Feb 2022 15:25:13 +0000 (16:25 +0100)
* doc/misc/vtable.texi (Making A Table): Mention the accessors.

doc/misc/vtable.texi

index 83ce24fd1af15debfb3f5ed6ff5dc1298619aa68..8e6db5659d09c6c490d5b911dd8dac925310cb2a 100644 (file)
@@ -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