diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-02-03 14:17:25 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-02-03 14:17:25 +0000 |
commit | 31081921c847d250095b391faada71b72538fa2d (patch) | |
tree | c6caa69d200d0b7d7016c7e06df918f208cb2752 /lispref | |
parent | f64723771545e2f47ea0661f2551154a631ab18e (diff) | |
download | emacs-31081921c847d250095b391faada71b72538fa2d.tar.gz |
(Top): Make the detailed menu headers compliant with Texinfo guidelines and
with what texnfo-upd.el expects. Add comments to prevent people from
inadvertently modifying key parts needed by `texinfo-multiple-files-update'.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/elisp.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 88592940a29..3d1c9134a92 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -170,8 +170,14 @@ Appendices * New Symbols:: New functions and variables in Emacs @value{EMACSVER}. @end ignore -Detailed Node Listing ---------------------- +@c Do NOT modify the following 3 lines! They must have this form to +@c be correctly identified by `texinfo-multiple-files-update'. In +@c particular, the detailed menu header line MUST be identical to the +@c value of `texinfo-master-menu-header'. See texnfo-upd.el. + +@detailmenu + --- The Detailed Node Listing --- + --------------------------------- Here are other nodes that are inferiors of those already listed, mentioned here so you can get to them in one step: @@ -1383,6 +1389,7 @@ Object Internals * Buffer Internals:: Components of a buffer structure. * Window Internals:: Components of a window structure. * Process Internals:: Components of a process structure. +@end detailmenu @end menu @include intro.texi |