projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16abc24
)
Mention vtable accessor functions
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 19 Feb 2022 15:25:13 +0000
(16:25 +0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/doc/misc/vtable.texi
b/doc/misc/vtable.texi
index 83ce24fd1af15debfb3f5ed6ff5dc1298619aa68..8e6db5659d09c6c490d5b911dd8dac925310cb2a 100644
(file)
--- 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