diff options
| author | Robert J. Chassell | 2004-01-10 15:18:29 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2004-01-10 15:18:29 +0000 |
| commit | 12b795e1a4bbba88471c4a439bcfd45fd091480e (patch) | |
| tree | 9a5ecce5a039e38a5f5296f24e2091452079f4e6 | |
| parent | 8da9865a7a01249f0f4c113854548aa4d1b6bb6a (diff) | |
| download | emacs-12b795e1a4bbba88471c4a439bcfd45fd091480e.tar.gz emacs-12b795e1a4bbba88471c4a439bcfd45fd091480e.zip | |
(texinfo-multi-file-update): update documentation to state that
you can include any file, including those without node lines; and
the latter do not have menu entries created for them.
| -rw-r--r-- | lisp/textmodes/texnfo-upd.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index a539ed9ff2c..6fac040c287 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -1783,7 +1783,13 @@ Requirements: | |||
| 1783 | * this node must be the first node in the included file, | 1783 | * this node must be the first node in the included file, |
| 1784 | * each highest hierarchical level node must be of the same type. | 1784 | * each highest hierarchical level node must be of the same type. |
| 1785 | 1785 | ||
| 1786 | Thus, normally, each included file contains one, and only one, chapter." | 1786 | Thus, normally, each included file contains one, and only one, chapter. |
| 1787 | |||
| 1788 | However, when an included file does not have any node lines in | ||
| 1789 | it, this command does not try to create a menu entry for it. | ||
| 1790 | Consequently, you can include any file, such as a version or an | ||
| 1791 | update file without node lines, not just files that are | ||
| 1792 | chapters." | ||
| 1787 | 1793 | ||
| 1788 | ;; The menu-list has the form: | 1794 | ;; The menu-list has the form: |
| 1789 | ;; | 1795 | ;; |