diff options
| author | Glenn Morris | 2013-12-11 19:37:38 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-12-11 19:37:38 -0800 |
| commit | f9405d87cdbb4e2072b6c53ee9c5c01ca14d41de (patch) | |
| tree | b903740ea85ca4487048efb8db12bfa23c1c6010 /doc/lispref | |
| parent | d5ccb7be025ddc5a6ac8c5291d89596b78d9745c (diff) | |
| download | emacs-f9405d87cdbb4e2072b6c53ee9c5c01ca14d41de.tar.gz emacs-f9405d87cdbb4e2072b6c53ee9c5c01ca14d41de.zip | |
Add support for auto-generating info/dir
* admin/update_autogen: Add option to generate info/dir.
(Usage): Add -I.
(info_flag): New variable.
(-I): New option.
(doc): Maybe check its status.
(info_dir): New function.
* admin/dir_top: New file.
* doc/emacs/emacs.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/lispref/elisp.texi:
* doc/misc/autotype.texi, doc/misc/cc-mode.texi, doc/misc/ediff.texi:
* doc/misc/ert.texi, doc/misc/htmlfontify.texi, doc/misc/ido.texi:
* doc/misc/octave-mode.texi, doc/misc/org.texi, doc/misc/srecode.texi:
* doc/misc/todo-mode.texi, doc/misc/tramp.texi:
Sync direntry with info/dir version.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d2173793d00..c224e523a84 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi: Sync direntry with info/dir version. | ||
| 4 | |||
| 1 | 2013-12-08 Juanma Barranquero <lekktu@gmail.com> | 5 | 2013-12-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * display.texi (Progress, Face Remapping): | 7 | * display.texi (Progress, Face Remapping): |
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 230da1867dd..0e09b1eed2d 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -119,7 +119,7 @@ developing GNU and promoting software freedom.'' | |||
| 119 | 119 | ||
| 120 | @dircategory GNU Emacs Lisp | 120 | @dircategory GNU Emacs Lisp |
| 121 | @direntry | 121 | @direntry |
| 122 | * Elisp: (elisp). The Emacs Lisp Reference Manual. | 122 | * Elisp: (elisp). The Emacs Lisp Reference Manual. |
| 123 | @end direntry | 123 | @end direntry |
| 124 | 124 | ||
| 125 | @titlepage | 125 | @titlepage |