diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-03-15 08:49:11 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-03-15 08:49:11 +0000 |
commit | da2f1a35c7f31e1af0b99e89261c4848d2667b99 (patch) | |
tree | ada1ca44271d4ae469d36a3c87b439c940e22b44 /README | |
parent | 4ed3f9c34c310c1865527c1b22a9987b141176ac (diff) | |
download | emacs-da2f1a35c7f31e1af0b99e89261c4848d2667b99.tar.gz |
Fix the names of Emacs manuals. From Kim Storm.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -63,13 +63,14 @@ There are several subdirectories: subdirectories are architecture-independent too. `info' holds the Info documentation tree for Emacs. -`man' holds the source code for the Emacs manual. If you modify the +`man' holds the source code for the Emacs Manual. If you modify the manual sources, you will need the `makeinfo' program to produce an updated manual. `makeinfo' is part of the GNU Texinfo package; you need version 4.0 or later of Texinfo. - Note that the Emacs Lisp manual sources are distributed separately. -(They are twice as large as the Emacs manual in the man subdirectory.) + Note that the Emacs Lisp Reference Manual sources are distributed +separately. (They are twice as large as the Emacs Manual in the man +subdirectory.) `msdos' holds configuration files for compiling Emacs under MSDOG. `vms' holds instructions and useful files for running Emacs under VMS. |