diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-02-22 03:32:52 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-02-22 03:32:52 +0100 |
commit | 6f8f51db4d96e9b4ceea64aa6f49dd632e965a51 (patch) | |
tree | 6b008a0a5fdf7efec3673acb3005f9f08d7068c4 /lisp/info-look.el | |
parent | 2312775928e556acc42b2b4fac2aced009533914 (diff) | |
download | emacs-6f8f51db4d96e9b4ceea64aa6f49dd632e965a51.tar.gz |
Add links to the vtable manual
* doc/lispref/modes.texi (Tabulated List Mode): Mention vtables.
* lisp/info-look.el (lambda): Link to vtables.
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r-- | lisp/info-look.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el index 42e758360ea..aa07c3f5e70 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -1074,6 +1074,7 @@ Return nil if there is nothing appropriate in the buffer near point." ("url" "Variable Index" "Function Index") ("vhdl" "(vhdl-mode)Variable Index" "(vhdl-mode)Command Index") ("viper" "Variable Index" "Function Index") + ("vtable" "Index") ("widget" "Index") ("wisent" "Index") ("woman" "Variable Index" "Command Index"))) |