From 31081921c847d250095b391faada71b72538fa2d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Feb 2007 14:17:25 +0000 Subject: [PATCH] (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'. --- lispref/elisp.texi | 11 +++++++++-- 1 file 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 -- 2.39.2