diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-02-19 15:34:01 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-02-19 15:34:01 +0200 |
commit | 999115845a187cedaa8bb696bae1c3c5769b555c (patch) | |
tree | e115e92404513853074c0126f431e087769c1ccd /doc/misc/Makefile.in | |
parent | d98b6fbba208e2f9e4d84b22507d6827a0925ca3 (diff) | |
download | emacs-999115845a187cedaa8bb696bae1c3c5769b555c.tar.gz emacs-999115845a187cedaa8bb696bae1c3c5769b555c.tar.bz2 emacs-999115845a187cedaa8bb696bae1c3c5769b555c.zip |
Improve vtable documentation
* doc/misc/vtable.texi (top-level): Add @syncodeindex directives.
(Introduction): Fix wording and markup. Add indexing.
(Making A Table, Commands, Interface Functions): Fix typos and
markup. Add indexing.
* etc/NEWS: Improve wording of the vtable's NEWS entry.
* doc/misc/Makefile.in (INFO_COMMON): Add 'vtable'.
Diffstat (limited to 'doc/misc/Makefile.in')
-rw-r--r-- | doc/misc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 5bd8f6a1518..d9c5173c072 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -74,7 +74,7 @@ INFO_COMMON = auth autotype bovine calc ccmode cl \ mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode \ org pcl-cvs pgg rcirc remember reftex sasl \ sc semantic ses sieve smtpmail speedbar srecode todo-mode transient \ - tramp url vhdl-mode vip viper widget wisent woman + tramp url vhdl-mode vip viper vtable widget wisent woman ## Info files to install on current platform. INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_W32) |