diff options
| author | Glenn Morris | 2012-05-26 19:13:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-26 19:13:54 -0700 |
| commit | bd39eb06b9784c74e1f75f531b8793d26ad01fa0 (patch) | |
| tree | 3142a76bcf78a18fdd9e1242cfd2f1a445fe6ebc /doc | |
| parent | ecc6530da9ff482d5af402242301f5c1bb817c18 (diff) | |
| download | emacs-bd39eb06b9784c74e1f75f531b8793d26ad01fa0.tar.gz emacs-bd39eb06b9784c74e1f75f531b8793d26ad01fa0.zip | |
* doc/emacs/emacs.texi: Simplify following removal of node pointers.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 17 |
2 files changed, 2 insertions, 17 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 307d103a806..6380bae5f18 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-05-27 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs.texi: Simplify following removal of node pointers. | ||
| 4 | |||
| 3 | * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi: | 5 | * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi: |
| 4 | * cmdargs.texi, commands.texi, display.texi, emacs.texi: | 6 | * cmdargs.texi, commands.texi, display.texi, emacs.texi: |
| 5 | * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi: | 7 | * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi: |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index e0a861a194b..87a550064e4 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -1555,37 +1555,20 @@ Lisp programming. | |||
| 1555 | @c The Option Index is produced only in the on-line version, | 1555 | @c The Option Index is produced only in the on-line version, |
| 1556 | @c because the index entries related to command-line options | 1556 | @c because the index entries related to command-line options |
| 1557 | @c tend to point to the same pages and all begin with a dash. | 1557 | @c tend to point to the same pages and all begin with a dash. |
| 1558 | @c This, and the need to keep the node links consistent, are | ||
| 1559 | @c the reasons for the funky @iftex/@ifnottex dance below. | ||
| 1560 | @c The Option Index is _not_ before Key Index, because that | ||
| 1561 | @c would require changes in the glossary.texi's @node line. | ||
| 1562 | @c It is not after Concept Index for similar reasons. | ||
| 1563 | 1558 | ||
| 1564 | @iftex | ||
| 1565 | @node Key Index | 1559 | @node Key Index |
| 1566 | @unnumbered Key (Character) Index | 1560 | @unnumbered Key (Character) Index |
| 1567 | @printindex ky | 1561 | @printindex ky |
| 1568 | @end iftex | ||
| 1569 | 1562 | ||
| 1570 | @ifnottex | 1563 | @ifnottex |
| 1571 | @node Key Index | ||
| 1572 | @unnumbered Key (Character) Index | ||
| 1573 | @printindex ky | ||
| 1574 | |||
| 1575 | @node Option Index | 1564 | @node Option Index |
| 1576 | @unnumbered Command-Line Options Index | 1565 | @unnumbered Command-Line Options Index |
| 1577 | @printindex op | 1566 | @printindex op |
| 1578 | |||
| 1579 | @node Command Index | ||
| 1580 | @unnumbered Command and Function Index | ||
| 1581 | @printindex fn | ||
| 1582 | @end ifnottex | 1567 | @end ifnottex |
| 1583 | 1568 | ||
| 1584 | @iftex | ||
| 1585 | @node Command Index | 1569 | @node Command Index |
| 1586 | @unnumbered Command and Function Index | 1570 | @unnumbered Command and Function Index |
| 1587 | @printindex fn | 1571 | @printindex fn |
| 1588 | @end iftex | ||
| 1589 | 1572 | ||
| 1590 | @node Variable Index | 1573 | @node Variable Index |
| 1591 | @unnumbered Variable Index | 1574 | @unnumbered Variable Index |