diff options
| author | Glenn Morris | 2012-05-26 18:34:14 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-26 18:34:14 -0700 |
| commit | ecc6530da9ff482d5af402242301f5c1bb817c18 (patch) | |
| tree | 205c1c223a55015e19a7f7eb65c32ed62e5d39b2 | |
| parent | abb9615e98fc80f5c5dd00d470601de1a4a93f88 (diff) | |
| download | emacs-ecc6530da9ff482d5af402242301f5c1bb817c18.tar.gz emacs-ecc6530da9ff482d5af402242301f5c1bb817c18.zip | |
Nuke hand-written node pointers in doc/lispref
Let makeinfo figure them out, as is recommended.
52 files changed, 78 insertions, 108 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index fbc7d83dfe5..850b3f9cf54 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-05-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * abbrevs.texi, advice.texi, anti.texi, backups.texi: | ||
| 4 | * buffers.texi, commands.texi, compile.texi, control.texi: | ||
| 5 | * customize.texi, debugging.texi, display.texi, doclicense.texi: | ||
| 6 | * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi: | ||
| 7 | * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi: | ||
| 8 | * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi: | ||
| 9 | * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi: | ||
| 10 | * minibuf.texi, modes.texi, nonascii.texi, numbers.texi: | ||
| 11 | * objects.texi, os.texi, package.texi, positions.texi: | ||
| 12 | * processes.texi, searching.texi, sequences.texi, streams.texi: | ||
| 13 | * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi: | ||
| 14 | * variables.texi, windows.texi: Nuke hand-written node pointers. | ||
| 15 | |||
| 1 | 2012-05-27 Chong Yidong <cyd@gnu.org> | 16 | 2012-05-27 Chong Yidong <cyd@gnu.org> |
| 2 | 17 | ||
| 3 | * functions.texi (Obsolete Functions): | 18 | * functions.texi (Obsolete Functions): |
diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi index ada58c1c9e4..65a83ef5b84 100644 --- a/doc/lispref/abbrevs.texi +++ b/doc/lispref/abbrevs.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1994, 1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Abbrevs, Processes, Syntax Tables, Top | 5 | @node Abbrevs |
| 6 | @chapter Abbrevs and Abbrev Expansion | 6 | @chapter Abbrevs and Abbrev Expansion |
| 7 | @cindex abbrev | 7 | @cindex abbrev |
| 8 | @c @cindex abbrev table Redundant with "abbrev". | 8 | @c @cindex abbrev table Redundant with "abbrev". |
| @@ -56,7 +56,7 @@ expanded in the buffer. For the user-level commands for abbrevs, see | |||
| 56 | Which properties have which effect. | 56 | Which properties have which effect. |
| 57 | @end menu | 57 | @end menu |
| 58 | 58 | ||
| 59 | @node Abbrev Tables, Defining Abbrevs, Abbrevs, Abbrevs | 59 | @node Abbrev Tables |
| 60 | @section Abbrev Tables | 60 | @section Abbrev Tables |
| 61 | 61 | ||
| 62 | This section describes how to create and manipulate abbrev tables. | 62 | This section describes how to create and manipulate abbrev tables. |
| @@ -123,8 +123,7 @@ the system abbrevs. (The mode or package using @var{name} is supposed | |||
| 123 | to add these to @var{name} separately.) | 123 | to add these to @var{name} separately.) |
| 124 | @end defun | 124 | @end defun |
| 125 | 125 | ||
| 126 | @node Defining Abbrevs, Abbrev Files, Abbrev Tables, Abbrevs | 126 | @node Defining Abbrevs |
| 127 | @comment node-name, next, previous, up | ||
| 128 | @section Defining Abbrevs | 127 | @section Defining Abbrevs |
| 129 | 128 | ||
| 130 | @code{define-abbrev} is the low-level basic function for defining an | 129 | @code{define-abbrev} is the low-level basic function for defining an |
| @@ -179,7 +178,7 @@ behavior of the functions in this section; it is examined by their | |||
| 179 | callers. | 178 | callers. |
| 180 | @end defopt | 179 | @end defopt |
| 181 | 180 | ||
| 182 | @node Abbrev Files, Abbrev Expansion, Defining Abbrevs, Abbrevs | 181 | @node Abbrev Files |
| 183 | @section Saving Abbrevs in Files | 182 | @section Saving Abbrevs in Files |
| 184 | 183 | ||
| 185 | A file of saved abbrev definitions is actually a file of Lisp code. | 184 | A file of saved abbrev definitions is actually a file of Lisp code. |
| @@ -230,8 +229,7 @@ define the same abbrevs. If @var{filename} is @code{nil} or omitted, | |||
| 230 | @code{abbrev-file-name} is used. This function returns @code{nil}. | 229 | @code{abbrev-file-name} is used. This function returns @code{nil}. |
| 231 | @end deffn | 230 | @end deffn |
| 232 | 231 | ||
| 233 | @node Abbrev Expansion, Standard Abbrev Tables, Abbrev Files, Abbrevs | 232 | @node Abbrev Expansion |
| 234 | @comment node-name, next, previous, up | ||
| 235 | @section Looking Up and Expanding Abbreviations | 233 | @section Looking Up and Expanding Abbreviations |
| 236 | 234 | ||
| 237 | Abbrevs are usually expanded by certain interactive commands, | 235 | Abbrevs are usually expanded by certain interactive commands, |
| @@ -367,8 +365,7 @@ definitions of @code{local-abbrev-table} and @code{text-mode-abbrev-table}. | |||
| 367 | nil t))) | 365 | nil t))) |
| 368 | @end smallexample | 366 | @end smallexample |
| 369 | 367 | ||
| 370 | @node Standard Abbrev Tables, Abbrev Properties, Abbrev Expansion, Abbrevs | 368 | @node Standard Abbrev Tables |
| 371 | @comment node-name, next, previous, up | ||
| 372 | @section Standard Abbrev Tables | 369 | @section Standard Abbrev Tables |
| 373 | 370 | ||
| 374 | Here we list the variables that hold the abbrev tables for the | 371 | Here we list the variables that hold the abbrev tables for the |
| @@ -410,7 +407,7 @@ of the local abbrev table used in Emacs Lisp mode. @xref{Abbrev Table | |||
| 410 | Properties}. | 407 | Properties}. |
| 411 | @end defvar | 408 | @end defvar |
| 412 | 409 | ||
| 413 | @node Abbrev Properties, Abbrev Table Properties, Standard Abbrev Tables, Abbrevs | 410 | @node Abbrev Properties |
| 414 | @section Abbrev Properties | 411 | @section Abbrev Properties |
| 415 | 412 | ||
| 416 | Abbrevs have properties, some of which influence the way they work. | 413 | Abbrevs have properties, some of which influence the way they work. |
| @@ -450,7 +447,7 @@ same pattern of capitalization. It also disables the code that | |||
| 450 | modifies the capitalization of the expansion. | 447 | modifies the capitalization of the expansion. |
| 451 | @end table | 448 | @end table |
| 452 | 449 | ||
| 453 | @node Abbrev Table Properties, , Abbrev Properties, Abbrevs | 450 | @node Abbrev Table Properties |
| 454 | @section Abbrev Table Properties | 451 | @section Abbrev Table Properties |
| 455 | 452 | ||
| 456 | Like abbrevs, abbrev tables have properties, some of which influence | 453 | Like abbrevs, abbrev tables have properties, some of which influence |
diff --git a/doc/lispref/advice.texi b/doc/lispref/advice.texi index 23f3d6d95c3..7b18852b1a1 100644 --- a/doc/lispref/advice.texi +++ b/doc/lispref/advice.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Advising Functions, Debugging, Byte Compilation, Top | 5 | @node Advising Functions |
| 6 | @chapter Advising Emacs Lisp Functions | 6 | @chapter Advising Emacs Lisp Functions |
| 7 | @cindex advising functions | 7 | @cindex advising functions |
| 8 | 8 | ||
diff --git a/doc/lispref/anti.texi b/doc/lispref/anti.texi index f70d0235e92..f1f4a089f1b 100644 --- a/doc/lispref/anti.texi +++ b/doc/lispref/anti.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | @c This node must have no pointers. | 6 | @c This node must have no pointers. |
| 7 | 7 | ||
| 8 | @node Antinews, GNU Free Documentation License, Packaging, Top | 8 | @node Antinews |
| 9 | @appendix Emacs 23 Antinews | 9 | @appendix Emacs 23 Antinews |
| 10 | @c Update the elisp.texi Antinews menu entry with the above version number. | 10 | @c Update the elisp.texi Antinews menu entry with the above version number. |
| 11 | 11 | ||
diff --git a/doc/lispref/backups.texi b/doc/lispref/backups.texi index 01dff70a5a4..04aa28e9f04 100644 --- a/doc/lispref/backups.texi +++ b/doc/lispref/backups.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Backups and Auto-Saving, Buffers, Files, Top | 5 | @node Backups and Auto-Saving |
| 6 | @chapter Backups and Auto-Saving | 6 | @chapter Backups and Auto-Saving |
| 7 | @cindex backups and auto-saving | 7 | @cindex backups and auto-saving |
| 8 | 8 | ||
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 165faf32b09..072ffeb4321 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Buffers, Windows, Backups and Auto-Saving, Top | 6 | @node Buffers |
| 7 | @chapter Buffers | 7 | @chapter Buffers |
| 8 | @cindex buffer | 8 | @cindex buffer |
| 9 | 9 | ||
| @@ -34,7 +34,6 @@ not be displayed in any windows. | |||
| 34 | @end menu | 34 | @end menu |
| 35 | 35 | ||
| 36 | @node Buffer Basics | 36 | @node Buffer Basics |
| 37 | @comment node-name, next, previous, up | ||
| 38 | @section Buffer Basics | 37 | @section Buffer Basics |
| 39 | 38 | ||
| 40 | @ifnottex | 39 | @ifnottex |
| @@ -588,7 +587,6 @@ current buffer is used. | |||
| 588 | @end defun | 587 | @end defun |
| 589 | 588 | ||
| 590 | @node Modification Time | 589 | @node Modification Time |
| 591 | @comment node-name, next, previous, up | ||
| 592 | @section Buffer Modification Time | 590 | @section Buffer Modification Time |
| 593 | @cindex comparing file modification time | 591 | @cindex comparing file modification time |
| 594 | @cindex modification time of buffer | 592 | @cindex modification time of buffer |
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index f0414429be9..59ad2927411 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Command Loop, Keymaps, Minibuffers, Top | 5 | @node Command Loop |
| 6 | @chapter Command Loop | 6 | @chapter Command Loop |
| 7 | @cindex editor command loop | 7 | @cindex editor command loop |
| 8 | @cindex command loop | 8 | @cindex command loop |
| @@ -286,7 +286,6 @@ used. | |||
| 286 | @end defun | 286 | @end defun |
| 287 | 287 | ||
| 288 | @node Interactive Codes | 288 | @node Interactive Codes |
| 289 | @comment node-name, next, previous, up | ||
| 290 | @subsection Code Characters for @code{interactive} | 289 | @subsection Code Characters for @code{interactive} |
| 291 | @cindex interactive code description | 290 | @cindex interactive code description |
| 292 | @cindex description for interactive codes | 291 | @cindex description for interactive codes |
| @@ -508,7 +507,6 @@ argument value. Completion, Existing, Prompt. | |||
| 508 | @end table | 507 | @end table |
| 509 | 508 | ||
| 510 | @node Interactive Examples | 509 | @node Interactive Examples |
| 511 | @comment node-name, next, previous, up | ||
| 512 | @subsection Examples of Using @code{interactive} | 510 | @subsection Examples of Using @code{interactive} |
| 513 | @cindex examples of using @code{interactive} | 511 | @cindex examples of using @code{interactive} |
| 514 | @cindex @code{interactive}, examples of using | 512 | @cindex @code{interactive}, examples of using |
| @@ -783,7 +781,6 @@ Here is another example that contrasts direct and indirect calls to | |||
| 783 | @end example | 781 | @end example |
| 784 | 782 | ||
| 785 | @node Command Loop Info | 783 | @node Command Loop Info |
| 786 | @comment node-name, next, previous, up | ||
| 787 | @section Information from the Command Loop | 784 | @section Information from the Command Loop |
| 788 | 785 | ||
| 789 | The editor command loop sets several Lisp variables to keep status | 786 | The editor command loop sets several Lisp variables to keep status |
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 1ed06181e39..f088934f5f1 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Byte Compilation, Advising Functions, Loading, Top | 5 | @node Byte Compilation |
| 6 | @chapter Byte Compilation | 6 | @chapter Byte Compilation |
| 7 | @cindex byte compilation | 7 | @cindex byte compilation |
| 8 | @cindex byte-code | 8 | @cindex byte-code |
| @@ -80,7 +80,6 @@ whereas the byte-compiled code required less than 4 seconds. These | |||
| 80 | results are representative, but actual results may vary. | 80 | results are representative, but actual results may vary. |
| 81 | 81 | ||
| 82 | @node Compilation Functions | 82 | @node Compilation Functions |
| 83 | @comment node-name, next, previous, up | ||
| 84 | @section Byte-Compilation Functions | 83 | @section Byte-Compilation Functions |
| 85 | @cindex compilation functions | 84 | @cindex compilation functions |
| 86 | 85 | ||
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index a707cda2166..07d2d0d993c 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Control Structures, Variables, Evaluation, Top | 5 | @node Control Structures |
| 6 | @chapter Control Structures | 6 | @chapter Control Structures |
| 7 | @cindex special forms for control structures | 7 | @cindex special forms for control structures |
| 8 | @cindex control structures | 8 | @cindex control structures |
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 2fc07907166..51596224d02 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1997-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1997-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Customization, Loading, Macros, Top | 5 | @node Customization |
| 6 | @chapter Customization Settings | 6 | @chapter Customization Settings |
| 7 | 7 | ||
| 8 | @cindex customization item | 8 | @cindex customization item |
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index dc315764c7c..00e8d84e9b3 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Debugging, Read and Print, Advising Functions, Top | 5 | @node Debugging |
| 6 | @chapter Debugging Lisp Programs | 6 | @chapter Debugging Lisp Programs |
| 7 | 7 | ||
| 8 | There are several ways to find and investigate problems in an Emacs | 8 | There are several ways to find and investigate problems in an Emacs |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 229dcaedeff..4ecedd144e7 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Display, System Interface, Processes, Top | 5 | @node Display |
| 6 | @chapter Emacs Display | 6 | @chapter Emacs Display |
| 7 | 7 | ||
| 8 | This chapter describes a number of features related to the display | 8 | This chapter describes a number of features related to the display |
diff --git a/doc/lispref/doclicense.texi b/doc/lispref/doclicense.texi index 0c2d47827a9..6e7ec924f65 100644 --- a/doc/lispref/doclicense.texi +++ b/doc/lispref/doclicense.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c The GNU Free Documentation License. | 2 | @c The GNU Free Documentation License. |
| 3 | @node GNU Free Documentation License, GPL, Antinews, Top | 3 | @node GNU Free Documentation License |
| 4 | 4 | ||
| 5 | @appendix GNU Free Documentation License | 5 | @appendix GNU Free Documentation License |
| 6 | @center Version 1.3, 3 November 2008 | 6 | @center Version 1.3, 3 November 2008 |
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index e97e90f947b..20b7c0765e6 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | @c , Bugs and Todo List, Top, Top | 10 | @c , Bugs and Todo List, Top, Top |
| 11 | 11 | ||
| 12 | @node Edebug, Syntax Errors, Debugger, Debugging | 12 | @node Edebug |
| 13 | @section Edebug | 13 | @section Edebug |
| 14 | @cindex Edebug debugging facility | 14 | @cindex Edebug debugging facility |
| 15 | 15 | ||
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 6e10ad635be..fcbc6434d11 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -156,7 +156,7 @@ Cover art by Etienne Suvasa. | |||
| 156 | 156 | ||
| 157 | 157 | ||
| 158 | @ifnottex | 158 | @ifnottex |
| 159 | @node Top, Introduction, (dir), (dir) | 159 | @node Top |
| 160 | @top Emacs Lisp | 160 | @top Emacs Lisp |
| 161 | 161 | ||
| 162 | @insertcopying | 162 | @insertcopying |
| @@ -1597,7 +1597,7 @@ Object Internals | |||
| 1597 | @end ifclear | 1597 | @end ifclear |
| 1598 | 1598 | ||
| 1599 | @ignore | 1599 | @ignore |
| 1600 | @node New Symbols, , Index, Top | 1600 | @node New Symbols |
| 1601 | @unnumbered New Symbols Since the Previous Edition | 1601 | @unnumbered New Symbols Since the Previous Edition |
| 1602 | 1602 | ||
| 1603 | @printindex tp | 1603 | @printindex tp |
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 8e73535d781..a822a2d9608 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Standard Errors, Standard Keymaps, GNU Emacs Internals, Top | 5 | @node Standard Errors |
| 6 | @appendix Standard Errors | 6 | @appendix Standard Errors |
| 7 | @cindex standard errors | 7 | @cindex standard errors |
| 8 | 8 | ||
diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi index 57cdc57b1b9..6dc6287b803 100644 --- a/doc/lispref/eval.texi +++ b/doc/lispref/eval.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1994, 1998, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 1998, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Evaluation, Control Structures, Symbols, Top | 5 | @node Evaluation |
| 6 | @chapter Evaluation | 6 | @chapter Evaluation |
| 7 | @cindex evaluation | 7 | @cindex evaluation |
| 8 | @cindex interpreter | 8 | @cindex interpreter |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 7bb2bad0f70..1c590b3a3e2 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Files, Backups and Auto-Saving, Documentation, Top | 6 | @node Files |
| 7 | @comment node-name, next, previous, up | ||
| 8 | @chapter Files | 7 | @chapter Files |
| 9 | 8 | ||
| 10 | This chapter describes the Emacs Lisp functions and variables to | 9 | This chapter describes the Emacs Lisp functions and variables to |
| @@ -250,7 +249,6 @@ is permanent local, so it is unaffected by changes of major modes. | |||
| 250 | @end defvar | 249 | @end defvar |
| 251 | 250 | ||
| 252 | @node Subroutines of Visiting | 251 | @node Subroutines of Visiting |
| 253 | @comment node-name, next, previous, up | ||
| 254 | @subsection Subroutines of Visiting | 252 | @subsection Subroutines of Visiting |
| 255 | 253 | ||
| 256 | The @code{find-file-noselect} function uses two important subroutines | 254 | The @code{find-file-noselect} function uses two important subroutines |
| @@ -506,7 +504,6 @@ major modes set it to @code{t} in particular buffers. | |||
| 506 | Name}). | 504 | Name}). |
| 507 | 505 | ||
| 508 | @node Reading from Files | 506 | @node Reading from Files |
| 509 | @comment node-name, next, previous, up | ||
| 510 | @section Reading from Files | 507 | @section Reading from Files |
| 511 | @cindex reading from files | 508 | @cindex reading from files |
| 512 | 509 | ||
| @@ -569,7 +566,6 @@ program can read the file, use the function @code{file-local-copy}; see | |||
| 569 | @ref{Magic File Names}. | 566 | @ref{Magic File Names}. |
| 570 | 567 | ||
| 571 | @node Writing to Files | 568 | @node Writing to Files |
| 572 | @comment node-name, next, previous, up | ||
| 573 | @section Writing to Files | 569 | @section Writing to Files |
| 574 | @cindex writing to files | 570 | @cindex writing to files |
| 575 | 571 | ||
| @@ -789,7 +785,6 @@ otherwise noted. | |||
| 789 | @end menu | 785 | @end menu |
| 790 | 786 | ||
| 791 | @node Testing Accessibility | 787 | @node Testing Accessibility |
| 792 | @comment node-name, next, previous, up | ||
| 793 | @subsection Testing Accessibility | 788 | @subsection Testing Accessibility |
| 794 | @cindex accessibility of a file | 789 | @cindex accessibility of a file |
| 795 | @cindex file accessibility | 790 | @cindex file accessibility |
| @@ -947,7 +942,6 @@ time as a list of two numbers. @xref{File Attributes}. | |||
| 947 | @end defun | 942 | @end defun |
| 948 | 943 | ||
| 949 | @node Kinds of Files | 944 | @node Kinds of Files |
| 950 | @comment node-name, next, previous, up | ||
| 951 | @subsection Distinguishing Kinds of Files | 945 | @subsection Distinguishing Kinds of Files |
| 952 | 946 | ||
| 953 | This section describes how to distinguish various kinds of files, such | 947 | This section describes how to distinguish various kinds of files, such |
| @@ -1100,7 +1094,6 @@ we would have: | |||
| 1100 | @xref{Buffer File Name}, for related information. | 1094 | @xref{Buffer File Name}, for related information. |
| 1101 | 1095 | ||
| 1102 | @node File Attributes | 1096 | @node File Attributes |
| 1103 | @comment node-name, next, previous, up | ||
| 1104 | @subsection Other Information about Files | 1097 | @subsection Other Information about Files |
| 1105 | 1098 | ||
| 1106 | This section describes the functions for getting detailed | 1099 | This section describes the functions for getting detailed |
| @@ -1918,7 +1911,6 @@ form. | |||
| 1918 | @end defun | 1911 | @end defun |
| 1919 | 1912 | ||
| 1920 | @node Directory Names | 1913 | @node Directory Names |
| 1921 | @comment node-name, next, previous, up | ||
| 1922 | @subsection Directory Names | 1914 | @subsection Directory Names |
| 1923 | @cindex directory name | 1915 | @cindex directory name |
| 1924 | @cindex file name of directory | 1916 | @cindex file name of directory |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 330fb654b89..22efcda18be 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Frames, Positions, Windows, Top | 5 | @node Frames |
| 6 | @chapter Frames | 6 | @chapter Frames |
| 7 | @cindex frame | 7 | @cindex frame |
| 8 | 8 | ||
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 5dce59cc2d6..2ba277d9312 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Functions, Macros, Variables, Top | 6 | @node Functions |
| 7 | @chapter Functions | 7 | @chapter Functions |
| 8 | 8 | ||
| 9 | A Lisp program is composed mainly of Lisp functions. This chapter | 9 | A Lisp program is composed mainly of Lisp functions. This chapter |
diff --git a/doc/lispref/gpl.texi b/doc/lispref/gpl.texi index 0eb877328e1..6dc50a9751c 100644 --- a/doc/lispref/gpl.texi +++ b/doc/lispref/gpl.texi | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | 2 | ||
| 3 | @node GPL, Tips, GNU Free Documentation License, Top | 3 | @node GPL |
| 4 | @comment node-name, next, previous, up | ||
| 5 | @appendix GNU General Public License | 4 | @appendix GNU General Public License |
| 6 | @c The GNU General Public License. | 5 | @c The GNU General Public License. |
| 7 | @center Version 3, 29 June 2007 | 6 | @center Version 3, 29 June 2007 |
diff --git a/doc/lispref/hash.texi b/doc/lispref/hash.texi index 1aa6004b3a6..bb7a60e2e2d 100644 --- a/doc/lispref/hash.texi +++ b/doc/lispref/hash.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Hash Tables, Symbols, Sequences Arrays Vectors, Top | 5 | @node Hash Tables |
| 6 | @chapter Hash Tables | 6 | @chapter Hash Tables |
| 7 | @cindex hash tables | 7 | @cindex hash tables |
| 8 | @cindex lookup tables | 8 | @cindex lookup tables |
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index d6d69fcc483..5dd8f3c11f5 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Documentation, Files, Modes, Top | 6 | @node Documentation |
| 7 | @chapter Documentation | 7 | @chapter Documentation |
| 8 | @cindex documentation strings | 8 | @cindex documentation strings |
| 9 | 9 | ||
| @@ -34,7 +34,6 @@ Help, emacs, The GNU Emacs Manual}. | |||
| 34 | @end menu | 34 | @end menu |
| 35 | 35 | ||
| 36 | @node Documentation Basics | 36 | @node Documentation Basics |
| 37 | @comment node-name, next, previous, up | ||
| 38 | @section Documentation Basics | 37 | @section Documentation Basics |
| 39 | @cindex documentation conventions | 38 | @cindex documentation conventions |
| 40 | @cindex writing a documentation string | 39 | @cindex writing a documentation string |
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index 8aed3c676e2..28888e37165 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1993, 1998, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1993, 1998, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Standard Hooks, Index, Standard Keymaps, Top | 5 | @node Standard Hooks |
| 6 | @appendix Standard Hooks | 6 | @appendix Standard Hooks |
| 7 | @cindex standard hooks | 7 | @cindex standard hooks |
| 8 | @cindex hook variables, list of | 8 | @cindex hook variables, list of |
diff --git a/doc/lispref/index.texi b/doc/lispref/index.texi index ebdb4eb84b1..8bec3aa635b 100644 --- a/doc/lispref/index.texi +++ b/doc/lispref/index.texi | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | @c pindex is used for .el files and Unix programs | 19 | @c pindex is used for .el files and Unix programs |
| 20 | 20 | ||
| 21 | @node Index, , Standard Hooks, Top | 21 | @node Index |
| 22 | @unnumbered Index | 22 | @unnumbered Index |
| 23 | 23 | ||
| 24 | @c Print the indices | 24 | @c Print the indices |
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index aad3d09695c..5d4a9c6a3af 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1993, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1993, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node GNU Emacs Internals, Standard Errors, Tips, Top | 5 | @node GNU Emacs Internals |
| 6 | @comment node-name, next, previous, up | ||
| 7 | @appendix GNU Emacs Internals | 6 | @appendix GNU Emacs Internals |
| 8 | 7 | ||
| 9 | This chapter describes how the runnable Emacs executable is dumped with | 8 | This chapter describes how the runnable Emacs executable is dumped with |
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 282d01c3504..841cfacb8c8 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | 5 | ||
| 6 | @node Introduction, Lisp Data Types, Top, Top | 6 | @node Introduction |
| 7 | @comment node-name, next, previous, up | ||
| 8 | @chapter Introduction | 7 | @chapter Introduction |
| 9 | 8 | ||
| 10 | Most of the GNU Emacs text editor is written in the programming | 9 | Most of the GNU Emacs text editor is written in the programming |
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 337364cb2ce..38e8fc37d7e 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1994, 1998-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 1998-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Keymaps, Modes, Command Loop, Top | 5 | @node Keymaps |
| 6 | @chapter Keymaps | 6 | @chapter Keymaps |
| 7 | @cindex keymap | 7 | @cindex keymap |
| 8 | 8 | ||
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 82a796c6700..023f8ba18dd 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Lists, Sequences Arrays Vectors, Strings and Characters, Top | 5 | @node Lists |
| 6 | @chapter Lists | 6 | @chapter Lists |
| 7 | @cindex lists | 7 | @cindex lists |
| 8 | @cindex element (of list) | 8 | @cindex element (of list) |
| @@ -369,7 +369,6 @@ making a copy of the list. | |||
| 369 | @end defun | 369 | @end defun |
| 370 | 370 | ||
| 371 | @node Building Lists | 371 | @node Building Lists |
| 372 | @comment node-name, next, previous, up | ||
| 373 | @section Building Cons Cells and Lists | 372 | @section Building Cons Cells and Lists |
| 374 | @cindex cons cells | 373 | @cindex cons cells |
| 375 | @cindex building lists | 374 | @cindex building lists |
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index c585bafbdeb..a406d4649dc 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Loading, Byte Compilation, Customization, Top | 6 | @node Loading |
| 7 | @chapter Loading | 7 | @chapter Loading |
| 8 | @cindex loading | 8 | @cindex loading |
| 9 | @cindex library | 9 | @cindex library |
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index 27361a5f07e..1f02480cd32 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Macros, Customization, Functions, Top | 5 | @node Macros |
| 6 | @chapter Macros | 6 | @chapter Macros |
| 7 | @cindex macros | 7 | @cindex macros |
| 8 | 8 | ||
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index cb5734d71d0..9426dfd4a88 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Standard Keymaps, Standard Hooks, Standard Errors, Top | 5 | @node Standard Keymaps |
| 6 | @appendix Standard Keymaps | 6 | @appendix Standard Keymaps |
| 7 | @cindex keymaps, standard | 7 | @cindex keymaps, standard |
| 8 | 8 | ||
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index a1fef662a29..22e806defec 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Markers, Text, Positions, Top | 5 | @node Markers |
| 6 | @chapter Markers | 6 | @chapter Markers |
| 7 | @cindex markers | 7 | @cindex markers |
| 8 | 8 | ||
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 6e66b6541a2..4cf096b8663 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Minibuffers, Command Loop, Read and Print, Top | 6 | @node Minibuffers |
| 7 | @chapter Minibuffers | 7 | @chapter Minibuffers |
| 8 | @cindex arguments, reading | 8 | @cindex arguments, reading |
| 9 | @cindex complex arguments | 9 | @cindex complex arguments |
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 81e860ed5a7..8dca250ce10 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Modes, Documentation, Keymaps, Top | 5 | @node Modes |
| 6 | @chapter Major and Minor Modes | 6 | @chapter Major and Minor Modes |
| 7 | @cindex mode | 7 | @cindex mode |
| 8 | 8 | ||
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 315a25c7e52..67405256779 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Non-ASCII Characters, Searching and Matching, Text, Top | 5 | @node Non-ASCII Characters |
| 6 | @chapter Non-@acronym{ASCII} Characters | 6 | @chapter Non-@acronym{ASCII} Characters |
| 7 | @cindex multibyte characters | 7 | @cindex multibyte characters |
| 8 | @cindex characters, multi-byte | 8 | @cindex characters, multi-byte |
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index f19dea69036..ce0716f39ef 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Numbers, Strings and Characters, Lisp Data Types, Top | 6 | @node Numbers |
| 7 | @chapter Numbers | 7 | @chapter Numbers |
| 8 | @cindex integers | 8 | @cindex integers |
| 9 | @cindex numbers | 9 | @cindex numbers |
| @@ -31,7 +31,6 @@ exact; they have a fixed, limited amount of precision. | |||
| 31 | @end menu | 31 | @end menu |
| 32 | 32 | ||
| 33 | @node Integer Basics | 33 | @node Integer Basics |
| 34 | @comment node-name, next, previous, up | ||
| 35 | @section Integer Basics | 34 | @section Integer Basics |
| 36 | 35 | ||
| 37 | The range of values for an integer depends on the machine. The | 36 | The range of values for an integer depends on the machine. The |
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index f43b8d803f5..7d40f0ff934 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Lisp Data Types, Numbers, Introduction, Top | 6 | @node Lisp Data Types |
| 7 | @chapter Lisp Data Types | 7 | @chapter Lisp Data Types |
| 8 | @cindex object | 8 | @cindex object |
| 9 | @cindex Lisp object | 9 | @cindex Lisp object |
| @@ -60,7 +60,6 @@ to use these types can be found in later chapters. | |||
| 60 | @end menu | 60 | @end menu |
| 61 | 61 | ||
| 62 | @node Printed Representation | 62 | @node Printed Representation |
| 63 | @comment node-name, next, previous, up | ||
| 64 | @section Printed Representation and Read Syntax | 63 | @section Printed Representation and Read Syntax |
| 65 | @cindex printed representation | 64 | @cindex printed representation |
| 66 | @cindex read syntax | 65 | @cindex read syntax |
| @@ -107,7 +106,6 @@ not be evaluated later. @xref{Input Functions}, for a description of | |||
| 107 | @code{read}, the basic function for reading objects. | 106 | @code{read}, the basic function for reading objects. |
| 108 | 107 | ||
| 109 | @node Comments | 108 | @node Comments |
| 110 | @comment node-name, next, previous, up | ||
| 111 | @section Comments | 109 | @section Comments |
| 112 | @cindex comments | 110 | @cindex comments |
| 113 | @cindex @samp{;} in comment | 111 | @cindex @samp{;} in comment |
| @@ -913,7 +911,6 @@ It looks like this: | |||
| 913 | @end ifnottex | 911 | @end ifnottex |
| 914 | 912 | ||
| 915 | @node Association List Type | 913 | @node Association List Type |
| 916 | @comment node-name, next, previous, up | ||
| 917 | @subsubsection Association List Type | 914 | @subsubsection Association List Type |
| 918 | 915 | ||
| 919 | An @dfn{association list} or @dfn{alist} is a specially-constructed | 916 | An @dfn{association list} or @dfn{alist} is a specially-constructed |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index dd2fb17ab15..6e4e0e7a9db 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node System Interface, Packaging, Display, Top | 6 | @node System Interface |
| 7 | @chapter Operating System Interface | 7 | @chapter Operating System Interface |
| 8 | 8 | ||
| 9 | This chapter is about starting and getting out of Emacs, access to | 9 | This chapter is about starting and getting out of Emacs, access to |
| @@ -611,7 +611,6 @@ special to Emacs, then switch back to Emacs when you want.) | |||
| 611 | @end menu | 611 | @end menu |
| 612 | 612 | ||
| 613 | @node Killing Emacs | 613 | @node Killing Emacs |
| 614 | @comment node-name, next, previous, up | ||
| 615 | @subsection Killing Emacs | 614 | @subsection Killing Emacs |
| 616 | @cindex killing Emacs | 615 | @cindex killing Emacs |
| 617 | 616 | ||
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index ad2b8fd6210..08677f1718b 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Packaging, Antinews, System Interface, Top | 5 | @node Packaging |
| 6 | @chapter Preparing Lisp code for distribution | 6 | @chapter Preparing Lisp code for distribution |
| 7 | @cindex package | 7 | @cindex package |
| 8 | @cindex Lisp package | 8 | @cindex Lisp package |
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index 8ad52a8e56d..b05db2bc1a1 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Positions, Markers, Frames, Top | 5 | @node Positions |
| 6 | @chapter Positions | 6 | @chapter Positions |
| 7 | @cindex position (in buffer) | 7 | @cindex position (in buffer) |
| 8 | 8 | ||
| @@ -614,7 +614,6 @@ beginning of the first screen line. @xref{Minibuffer Contents}. | |||
| 614 | @end defun | 614 | @end defun |
| 615 | 615 | ||
| 616 | @node List Motion | 616 | @node List Motion |
| 617 | @comment node-name, next, previous, up | ||
| 618 | @subsection Moving over Balanced Expressions | 617 | @subsection Moving over Balanced Expressions |
| 619 | @cindex sexp motion | 618 | @cindex sexp motion |
| 620 | @cindex Lisp expression motion | 619 | @cindex Lisp expression motion |
| @@ -725,7 +724,6 @@ of using its normal method. | |||
| 725 | @end defvar | 724 | @end defvar |
| 726 | 725 | ||
| 727 | @node Skipping Characters | 726 | @node Skipping Characters |
| 728 | @comment node-name, next, previous, up | ||
| 729 | @subsection Skipping Characters | 727 | @subsection Skipping Characters |
| 730 | @cindex skipping characters | 728 | @cindex skipping characters |
| 731 | 729 | ||
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index dbb939583a6..64be3ee2695 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Processes, Display, Abbrevs, Top | 6 | @node Processes |
| 7 | @chapter Processes | 7 | @chapter Processes |
| 8 | @cindex child process | 8 | @cindex child process |
| 9 | @cindex parent process | 9 | @cindex parent process |
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 786bffc1f84..0fa681ecb51 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Searching and Matching, Syntax Tables, Non-ASCII Characters, Top | 6 | @node Searching and Matching |
| 7 | @chapter Searching and Matching | 7 | @chapter Searching and Matching |
| 8 | @cindex searching | 8 | @cindex searching |
| 9 | 9 | ||
| @@ -831,7 +831,6 @@ an invalid regular expression is passed to any of the search functions, | |||
| 831 | an @code{invalid-regexp} error is signaled. | 831 | an @code{invalid-regexp} error is signaled. |
| 832 | 832 | ||
| 833 | @node Regexp Example | 833 | @node Regexp Example |
| 834 | @comment node-name, next, previous, up | ||
| 835 | @subsection Complex Regexp Example | 834 | @subsection Complex Regexp Example |
| 836 | 835 | ||
| 837 | Here is a complicated regexp which was formerly used by Emacs to | 836 | Here is a complicated regexp which was formerly used by Emacs to |
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 1ccf525e75f..e66f61d22d3 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Sequences Arrays Vectors, Hash Tables, Lists, Top | 6 | @node Sequences Arrays Vectors |
| 7 | @chapter Sequences, Arrays, and Vectors | 7 | @chapter Sequences, Arrays, and Vectors |
| 8 | @cindex sequence | 8 | @cindex sequence |
| 9 | 9 | ||
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index acf5fae859e..5fd082678c5 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Read and Print, Minibuffers, Debugging, Top | 5 | @node Read and Print |
| 6 | @comment node-name, next, previous, up | ||
| 7 | @chapter Reading and Printing Lisp Objects | 6 | @chapter Reading and Printing Lisp Objects |
| 8 | 7 | ||
| 9 | @dfn{Printing} and @dfn{reading} are the operations of converting Lisp | 8 | @dfn{Printing} and @dfn{reading} are the operations of converting Lisp |
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index cadbc26b910..b7097e057c0 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Strings and Characters, Lists, Numbers, Top | 6 | @node Strings and Characters |
| 7 | @comment node-name, next, previous, up | ||
| 8 | @chapter Strings and Characters | 7 | @chapter Strings and Characters |
| 9 | @cindex strings | 8 | @cindex strings |
| 10 | @cindex character arrays | 9 | @cindex character arrays |
| @@ -554,7 +553,6 @@ against a string, can be used for a kind of string comparison; see | |||
| 554 | @ref{Regexp Search}. | 553 | @ref{Regexp Search}. |
| 555 | 554 | ||
| 556 | @node String Conversion | 555 | @node String Conversion |
| 557 | @comment node-name, next, previous, up | ||
| 558 | @section Conversion of Characters and Strings | 556 | @section Conversion of Characters and Strings |
| 559 | @cindex conversion of strings | 557 | @cindex conversion of strings |
| 560 | 558 | ||
| @@ -670,7 +668,6 @@ This function converts a byte of character data into a unibyte string. | |||
| 670 | @end table | 668 | @end table |
| 671 | 669 | ||
| 672 | @node Formatting Strings | 670 | @node Formatting Strings |
| 673 | @comment node-name, next, previous, up | ||
| 674 | @section Formatting Strings | 671 | @section Formatting Strings |
| 675 | @cindex formatting strings | 672 | @cindex formatting strings |
| 676 | @cindex strings, formatting them | 673 | @cindex strings, formatting them |
| @@ -903,7 +900,6 @@ shows only the first three characters of the representation for | |||
| 903 | characters. | 900 | characters. |
| 904 | 901 | ||
| 905 | @node Case Conversion | 902 | @node Case Conversion |
| 906 | @comment node-name, next, previous, up | ||
| 907 | @section Case Conversion in Lisp | 903 | @section Case Conversion in Lisp |
| 908 | @cindex upper case | 904 | @cindex upper case |
| 909 | @cindex lower case | 905 | @cindex lower case |
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index 99928754038..d7497ab6f3f 100644 --- a/doc/lispref/symbols.texi +++ b/doc/lispref/symbols.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Symbols, Evaluation, Hash Tables, Top | 5 | @node Symbols |
| 6 | @chapter Symbols | 6 | @chapter Symbols |
| 7 | @cindex symbol | 7 | @cindex symbol |
| 8 | 8 | ||
| @@ -30,7 +30,7 @@ otherwise. | |||
| 30 | for recording miscellaneous information. | 30 | for recording miscellaneous information. |
| 31 | @end menu | 31 | @end menu |
| 32 | 32 | ||
| 33 | @node Symbol Components, Definitions, Symbols, Symbols | 33 | @node Symbol Components |
| 34 | @section Symbol Components | 34 | @section Symbol Components |
| 35 | @cindex symbol components | 35 | @cindex symbol components |
| 36 | 36 | ||
| @@ -112,7 +112,7 @@ buffer-file-name | |||
| 112 | @result{} #<subr buffer-file-name> | 112 | @result{} #<subr buffer-file-name> |
| 113 | @end example | 113 | @end example |
| 114 | 114 | ||
| 115 | @node Definitions, Creating Symbols, Symbol Components, Symbols | 115 | @node Definitions |
| 116 | @section Defining Symbols | 116 | @section Defining Symbols |
| 117 | @cindex definitions of symbols | 117 | @cindex definitions of symbols |
| 118 | 118 | ||
| @@ -161,7 +161,7 @@ example, the @kbd{C-h f} and @kbd{C-h v} commands create help buffers | |||
| 161 | containing links to the relevant variable, function, or macro | 161 | containing links to the relevant variable, function, or macro |
| 162 | definitions. @xref{Name Help,,, emacs, The GNU Emacs Manual}. | 162 | definitions. @xref{Name Help,,, emacs, The GNU Emacs Manual}. |
| 163 | 163 | ||
| 164 | @node Creating Symbols, Property Lists, Definitions, Symbols | 164 | @node Creating Symbols |
| 165 | @section Creating and Interning Symbols | 165 | @section Creating and Interning Symbols |
| 166 | @cindex reading symbols | 166 | @cindex reading symbols |
| 167 | 167 | ||
| @@ -376,7 +376,7 @@ If @code{unintern} does delete a symbol, it returns @code{t}. Otherwise | |||
| 376 | it returns @code{nil}. | 376 | it returns @code{nil}. |
| 377 | @end defun | 377 | @end defun |
| 378 | 378 | ||
| 379 | @node Property Lists,, Creating Symbols, Symbols | 379 | @node Property Lists |
| 380 | @section Property Lists | 380 | @section Property Lists |
| 381 | @cindex property list | 381 | @cindex property list |
| 382 | @cindex plist | 382 | @cindex plist |
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 4a860657444..e4cdeb59811 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Syntax Tables, Abbrevs, Searching and Matching, Top | 6 | @node Syntax Tables |
| 7 | @chapter Syntax Tables | 7 | @chapter Syntax Tables |
| 8 | @cindex parsing buffer text | 8 | @cindex parsing buffer text |
| 9 | @cindex syntax table | 9 | @cindex syntax table |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 8a656dc3ef6..e2bdc707c5b 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Text, Non-ASCII Characters, Markers, Top | 5 | @node Text |
| 6 | @chapter Text | 6 | @chapter Text |
| 7 | @cindex text | 7 | @cindex text |
| 8 | 8 | ||
| @@ -823,7 +823,6 @@ would be difficult to change the terminology now. | |||
| 823 | @end menu | 823 | @end menu |
| 824 | 824 | ||
| 825 | @node Kill Ring Concepts | 825 | @node Kill Ring Concepts |
| 826 | @comment node-name, next, previous, up | ||
| 827 | @subsection Kill Ring Concepts | 826 | @subsection Kill Ring Concepts |
| 828 | 827 | ||
| 829 | The kill ring records killed text as strings in a list, most recent | 828 | The kill ring records killed text as strings in a list, most recent |
| @@ -850,7 +849,6 @@ change the list itself---the most recent entry always comes first in the | |||
| 850 | list. | 849 | list. |
| 851 | 850 | ||
| 852 | @node Kill Functions | 851 | @node Kill Functions |
| 853 | @comment node-name, next, previous, up | ||
| 854 | @subsection Functions for Killing | 852 | @subsection Functions for Killing |
| 855 | 853 | ||
| 856 | @code{kill-region} is the usual subroutine for killing text. Any | 854 | @code{kill-region} is the usual subroutine for killing text. Any |
| @@ -967,7 +965,6 @@ specifying key bindings. | |||
| 967 | @end defopt | 965 | @end defopt |
| 968 | 966 | ||
| 969 | @node Yank Commands | 967 | @node Yank Commands |
| 970 | @comment node-name, next, previous, up | ||
| 971 | @subsection Functions for Yanking | 968 | @subsection Functions for Yanking |
| 972 | 969 | ||
| 973 | This section describes higher-level commands for yanking, which are | 970 | This section describes higher-level commands for yanking, which are |
| @@ -1123,7 +1120,6 @@ window system's clipboard. @xref{Window System Selections}. | |||
| 1123 | @end defvar | 1120 | @end defvar |
| 1124 | 1121 | ||
| 1125 | @node Internals of Kill Ring | 1122 | @node Internals of Kill Ring |
| 1126 | @comment node-name, next, previous, up | ||
| 1127 | @subsection Internals of the Kill Ring | 1123 | @subsection Internals of the Kill Ring |
| 1128 | 1124 | ||
| 1129 | The variable @code{kill-ring} holds the kill ring contents, in the | 1125 | The variable @code{kill-ring} holds the kill ring contents, in the |
| @@ -1196,7 +1192,6 @@ value for @code{kill-ring-max} is 60. | |||
| 1196 | @end defopt | 1192 | @end defopt |
| 1197 | 1193 | ||
| 1198 | @node Undo | 1194 | @node Undo |
| 1199 | @comment node-name, next, previous, up | ||
| 1200 | @section Undo | 1195 | @section Undo |
| 1201 | @cindex redo | 1196 | @cindex redo |
| 1202 | 1197 | ||
| @@ -1399,7 +1394,6 @@ leak memory if the user waits too long before answering the question. | |||
| 1399 | @end defopt | 1394 | @end defopt |
| 1400 | 1395 | ||
| 1401 | @node Filling | 1396 | @node Filling |
| 1402 | @comment node-name, next, previous, up | ||
| 1403 | @section Filling | 1397 | @section Filling |
| 1404 | @cindex filling text | 1398 | @cindex filling text |
| 1405 | 1399 | ||
| @@ -1777,7 +1771,6 @@ prefix or @code{nil}, meaning it has failed to determine a prefix. | |||
| 1777 | @end defopt | 1771 | @end defopt |
| 1778 | 1772 | ||
| 1779 | @node Auto Filling | 1773 | @node Auto Filling |
| 1780 | @comment node-name, next, previous, up | ||
| 1781 | @section Auto Filling | 1774 | @section Auto Filling |
| 1782 | @cindex filling, automatic | 1775 | @cindex filling, automatic |
| 1783 | @cindex Auto Fill mode | 1776 | @cindex Auto Fill mode |
| @@ -2072,7 +2065,6 @@ utility program. | |||
| 2072 | @end deffn | 2065 | @end deffn |
| 2073 | 2066 | ||
| 2074 | @node Columns | 2067 | @node Columns |
| 2075 | @comment node-name, next, previous, up | ||
| 2076 | @section Counting Columns | 2068 | @section Counting Columns |
| 2077 | @cindex columns | 2069 | @cindex columns |
| 2078 | @cindex counting columns | 2070 | @cindex counting columns |
| @@ -2415,7 +2407,6 @@ column, this command does nothing. | |||
| 2415 | @end deffn | 2407 | @end deffn |
| 2416 | 2408 | ||
| 2417 | @node Indent Tabs | 2409 | @node Indent Tabs |
| 2418 | @comment node-name, next, previous, up | ||
| 2419 | @subsection Adjustable ``Tab Stops'' | 2410 | @subsection Adjustable ``Tab Stops'' |
| 2420 | @cindex tabs stops for indentation | 2411 | @cindex tabs stops for indentation |
| 2421 | 2412 | ||
| @@ -2474,7 +2465,6 @@ If @var{arg} is omitted or @code{nil}, it defaults to 1. | |||
| 2474 | @end deffn | 2465 | @end deffn |
| 2475 | 2466 | ||
| 2476 | @node Case Changes | 2467 | @node Case Changes |
| 2477 | @comment node-name, next, previous, up | ||
| 2478 | @section Case Changes | 2468 | @section Case Changes |
| 2479 | @cindex case conversion in buffers | 2469 | @cindex case conversion in buffers |
| 2480 | 2470 | ||
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 0e58373119f..0c7282c3586 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1993, 1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1993, 1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Tips, GNU Emacs Internals, GPL, Top | 6 | @node Tips |
| 7 | @appendix Tips and Conventions | 7 | @appendix Tips and Conventions |
| 8 | @cindex tips for writing Lisp | 8 | @cindex tips for writing Lisp |
| 9 | @cindex standards of coding style | 9 | @cindex standards of coding style |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 0be496a3c46..affaff46ff9 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Variables, Functions, Control Structures, Top | 5 | @node Variables |
| 6 | @chapter Variables | 6 | @chapter Variables |
| 7 | @cindex variable | 7 | @cindex variable |
| 8 | 8 | ||
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index b4aeaf26ee1..5ae368000f6 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @node Windows, Frames, Buffers, Top | 6 | @node Windows |
| 7 | @chapter Windows | 7 | @chapter Windows |
| 8 | 8 | ||
| 9 | This chapter describes the functions and variables related to Emacs | 9 | This chapter describes the functions and variables related to Emacs |