aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-02-03 14:17:25 +0000
committerEli Zaretskii2007-02-03 14:17:25 +0000
commit31081921c847d250095b391faada71b72538fa2d (patch)
treec6caa69d200d0b7d7016c7e06df918f208cb2752
parentf64723771545e2f47ea0661f2551154a631ab18e (diff)
downloademacs-31081921c847d250095b391faada71b72538fa2d.tar.gz
emacs-31081921c847d250095b391faada71b72538fa2d.zip
(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'.
-rw-r--r--lispref/elisp.texi11
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
170* New Symbols:: New functions and variables in Emacs @value{EMACSVER}. 170* New Symbols:: New functions and variables in Emacs @value{EMACSVER}.
171@end ignore 171@end ignore
172 172
173Detailed Node Listing 173@c Do NOT modify the following 3 lines! They must have this form to
174--------------------- 174@c be correctly identified by `texinfo-multiple-files-update'. In
175@c particular, the detailed menu header line MUST be identical to the
176@c value of `texinfo-master-menu-header'. See texnfo-upd.el.
177
178@detailmenu
179 --- The Detailed Node Listing ---
180 ---------------------------------
175 181
176Here are other nodes that are inferiors of those already listed, 182Here are other nodes that are inferiors of those already listed,
177mentioned here so you can get to them in one step: 183mentioned here so you can get to them in one step:
@@ -1383,6 +1389,7 @@ Object Internals
1383* Buffer Internals:: Components of a buffer structure. 1389* Buffer Internals:: Components of a buffer structure.
1384* Window Internals:: Components of a window structure. 1390* Window Internals:: Components of a window structure.
1385* Process Internals:: Components of a process structure. 1391* Process Internals:: Components of a process structure.
1392@end detailmenu
1386@end menu 1393@end menu
1387 1394
1388@include intro.texi 1395@include intro.texi