From 9f571a2e6c1cf0f039438093a28ee2a962658fd5 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 19 Feb 2022 16:25:13 +0100 Subject: [PATCH] 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 83ce24fd1af..8e6db5659d0 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 -- 2.39.5