aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-14 11:51:06 +0000
committerEli Zaretskii2001-11-14 11:51:06 +0000
commit700deab447f4a2df2757867df4ee613502ebbc95 (patch)
tree9ba04697b5878b4cf523bcb6b196e10cc720d7ba /README
parentbac0fac8accaa1029c5328837689b6589e6afcec (diff)
downloademacs-700deab447f4a2df2757867df4ee613502ebbc95.tar.gz
emacs-700deab447f4a2df2757867df4ee613502ebbc95.zip
Update as per lispref addition to the package.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
diff --git a/README b/README
index 11f01670b52..b814934c5b3 100644
--- a/README
+++ b/README
@@ -59,7 +59,7 @@ There are several subdirectories:
59 or with Emacs, like movemail and etags. 59 or with Emacs, like movemail and etags.
60`etc' holds miscellaneous architecture-independent data files 60`etc' holds miscellaneous architecture-independent data files
61 Emacs uses, like the tutorial text and the Zippy the Pinhead quote 61 Emacs uses, like the tutorial text and the Zippy the Pinhead quote
62 database. The contents of the `lisp', `info' and `man' 62 database. The contents of the `lisp', `info', `man', and `lispref'
63 subdirectories are architecture-independent too. 63 subdirectories are architecture-independent too.
64 64
65`info' holds the Info documentation tree for Emacs. 65`info' holds the Info documentation tree for Emacs.
@@ -67,10 +67,7 @@ There are several subdirectories:
67 manual sources, you will need the `makeinfo' program to produce 67 manual sources, you will need the `makeinfo' program to produce
68 an updated manual. `makeinfo' is part of the GNU Texinfo 68 an updated manual. `makeinfo' is part of the GNU Texinfo
69 package; you need version 4.0 or later of Texinfo. 69 package; you need version 4.0 or later of Texinfo.
70 70`lispref' holds the source code for the Emacs Lisp reference manual.
71 Note that the Emacs Lisp Reference Manual sources are distributed
72separately. (They are twice as large as the Emacs Manual in the man
73subdirectory.)
74 71
75`msdos' holds configuration files for compiling Emacs under MSDOG. 72`msdos' holds configuration files for compiling Emacs under MSDOG.
76`vms' holds instructions and useful files for running Emacs under VMS. 73`vms' holds instructions and useful files for running Emacs under VMS.