diff options
| author | Glenn Morris | 2012-05-07 23:38:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-07 23:38:27 -0700 |
| commit | ca4b98faff8bad176de15c29b4e6b4c2b5a7d38a (patch) | |
| tree | 9d5f1e8a612dff9850b96a1240cacc616bcbea32 /doc/lispref/ChangeLog | |
| parent | c052c904ffb10bba0b8bd1db11225556824eb19f (diff) | |
| download | emacs-ca4b98faff8bad176de15c29b4e6b4c2b5a7d38a.tar.gz emacs-ca4b98faff8bad176de15c29b4e6b4c2b5a7d38a.zip | |
Stop keeping 3 copies of the lispref menu structure for no reason
vol1.texi and vol2.texi are only used to generate TeX output, and this
constructs its own table of contents and does not use the @menu stuff.
* vol1.texi, vol2.texi: No need to keep menus in these files.
* elisp.texi, anti.texi: Comments.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0dbfb9962e7..a3346642342 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * vol1.texi, vol2.texi: No need to keep menus in these files. | ||
| 4 | |||
| 1 | 2012-05-05 Glenn Morris <rgm@gnu.org> | 5 | 2012-05-05 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * objects.texi (Process Type, Overlay Type): Tweak page-breaks. | 7 | * objects.texi (Process Type, Overlay Type): Tweak page-breaks. |
| @@ -10994,7 +10998,7 @@ | |||
| 10994 | ;; coding: utf-8 | 10998 | ;; coding: utf-8 |
| 10995 | ;; End: | 10999 | ;; End: |
| 10996 | 11000 | ||
| 10997 | Copyright (C) 1998-2012 Free Software Foundation, Inc. | 11001 | Copyright (C) 1998-2012 Free Software Foundation, Inc. |
| 10998 | 11002 | ||
| 10999 | This file is part of GNU Emacs. | 11003 | This file is part of GNU Emacs. |
| 11000 | 11004 | ||