aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-07-06 12:48:35 +0800
committerChong Yidong2012-07-06 12:48:35 +0800
commit6edc3d285d0495d69888018758371abfa4752327 (patch)
treeca8cef987579eb20e507ef366e2d85fcc7817e16
parent041a49a645d9bbe7f249083d9065076bc8ccaa45 (diff)
downloademacs-6edc3d285d0495d69888018758371abfa4752327.tar.gz
emacs-6edc3d285d0495d69888018758371abfa4752327.zip
Tweak Emacs manual info menu ordering.
* doc/emacs/emacs.texi: Re-order top-level menu to correspond to logical order, to avoid makeinfo warnings. * doc/emacs/ack.texi (Acknowledgments): Note new python.el.
-rw-r--r--doc/emacs/ChangeLog7
-rw-r--r--doc/emacs/ack.texi18
-rw-r--r--doc/emacs/emacs.texi23
3 files changed, 30 insertions, 18 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 5cd49a9d692..e92edfd64b1 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,10 @@
12012-07-06 Chong Yidong <cyd@gnu.org>
2
3 * emacs.texi: Re-order top-level menu to correspond to logical
4 order, to avoid makeinfo warnings.
5
6 * ack.texi (Acknowledgments): Note new python.el.
7
12012-06-29 Chong Yidong <cyd@gnu.org> 82012-06-29 Chong Yidong <cyd@gnu.org>
2 9
3 * maintaining.texi (Basic VC Editing, VC Pull, Merging): 10 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 06c5faf961a..2c4ed1fbcc8 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -364,6 +364,10 @@ Kevin Gallagher rewrote and enhanced the EDT emulation, and wrote
364flow control. 364flow control.
365 365
366@item 366@item
367Fabián E. Gallina rewrote @file{python.el}, the major mode for the
368Python programming language used in Emacs 24.2 onwards.
369
370@item
367Kevin Gallo added multiple-frame support for Windows NT and wrote 371Kevin Gallo added multiple-frame support for Windows NT and wrote
368@file{w32-win.el}, support functions for the MS-Windows window system. 372@file{w32-win.el}, support functions for the MS-Windows window system.
369 373
@@ -710,13 +714,13 @@ headers; @file{hl-line.el}, a minor mode for highlighting the line in
710the current window on which point is; @file{cap-words.el}, a minor mode 714the current window on which point is; @file{cap-words.el}, a minor mode
711for motion in ``CapitalizedWordIdentifiers''; @file{latin1-disp.el}, a 715for motion in ``CapitalizedWordIdentifiers''; @file{latin1-disp.el}, a
712package that lets you display ISO 8859 characters on Latin-1 terminals 716package that lets you display ISO 8859 characters on Latin-1 terminals
713by setting up appropriate display tables; @file{python.el}, a major mode 717by setting up appropriate display tables; the version of
714for the Python programming language; @file{smiley.el}, a facility for 718@file{python.el} used prior to Emacs 24.2; @file{smiley.el}, a
715displaying smiley faces; @file{sym-comp.el}, a library for performing 719facility for displaying smiley faces; @file{sym-comp.el}, a library
716mode-dependent symbol completion; @file{benchmark.el} for timing code 720for performing mode-dependent symbol completion; @file{benchmark.el}
717execution; and @file{tool-bar.el}, a mode to control the display of 721for timing code execution; and @file{tool-bar.el}, a mode to control
718the Emacs tool bar. With Riccardo Murri he wrote @file{vc-bzr.el}, 722the display of the Emacs tool bar. With Riccardo Murri he wrote
719support for the Bazaar version control system. 723@file{vc-bzr.el}, support for the Bazaar version control system.
720 724
721@item 725@item
722Eric Ludlam wrote the Speedbar package; @file{checkdoc.el}, for checking 726Eric Ludlam wrote the Speedbar package; @file{checkdoc.el}, for checking
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 73c4adf0977..6b39803f7d0 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -131,17 +131,6 @@ Emacs Lisp Reference Manual}.
131@menu 131@menu
132* Distrib:: How to get the latest Emacs distribution. 132* Distrib:: How to get the latest Emacs distribution.
133* Intro:: An introduction to Emacs concepts. 133* Intro:: An introduction to Emacs concepts.
134@c Note that in the printed manual, the glossary and indices come last.
135* Glossary:: Terms used in this manual.
136
137Indexes (each index contains a large menu)
138* Key Index:: An item for each standard Emacs key sequence.
139* Option Index:: An item for every command-line option.
140* Command Index:: An item for each command name.
141* Variable Index:: An item for each documented variable.
142* Concept Index:: An item for each concept.
143
144* Acknowledgments:: Major contributors to GNU Emacs.
145 134
146Important General Concepts 135Important General Concepts
147* Screen:: How to interpret what you see on the screen. 136* Screen:: How to interpret what you see on the screen.
@@ -224,6 +213,18 @@ Appendices
224* Microsoft Windows:: Using Emacs on Microsoft Windows and MS-DOS. 213* Microsoft Windows:: Using Emacs on Microsoft Windows and MS-DOS.
225* Manifesto:: What's GNU? Gnu's Not Unix! 214* Manifesto:: What's GNU? Gnu's Not Unix!
226 215
216* Glossary:: Terms used in this manual.
217@ifnottex
218* Acknowledgments:: Major contributors to GNU Emacs.
219@end ifnottex
220
221Indexes (each index contains a large menu)
222* Key Index:: An item for each standard Emacs key sequence.
223* Option Index:: An item for every command-line option.
224* Command Index:: An item for each command name.
225* Variable Index:: An item for each documented variable.
226* Concept Index:: An item for each concept.
227
227@c Do NOT modify the following 3 lines! They must have this form to 228@c Do NOT modify the following 3 lines! They must have this form to
228@c be correctly identified by `texinfo-multiple-files-update'. In 229@c be correctly identified by `texinfo-multiple-files-update'. In
229@c particular, the detailed menu header line MUST be identical to the 230@c particular, the detailed menu header line MUST be identical to the