aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-10-11 20:47:36 -0700
committerGlenn Morris2010-10-11 20:47:36 -0700
commit1c8ca3e6d672ad2d413683e85ec8669ca2204955 (patch)
treed4b939a151ac6804181d61ba22b23b5aeb1afea2
parent6c3ab469a434395c128dd78741c7a5e2e0a38074 (diff)
downloademacs-1c8ca3e6d672ad2d413683e85ec8669ca2204955.tar.gz
emacs-1c8ca3e6d672ad2d413683e85ec8669ca2204955.zip
* README: Updates.
-rw-r--r--ChangeLog2
-rw-r--r--README18
2 files changed, 9 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 43a1dcab822..1c32435237a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
12010-10-12 Glenn Morris <rgm@gnu.org> 12010-10-12 Glenn Morris <rgm@gnu.org>
2 2
3 * BUGS, INSTALL.BZR: Updates. 3 * BUGS, INSTALL.BZR, README: Updates.
4 4
52010-10-08 Eli Zaretskii <eliz@gnu.org> 52010-10-08 Eli Zaretskii <eliz@gnu.org>
6 6
diff --git a/README b/README
index 7c48684c6dc..088db57f301 100644
--- a/README
+++ b/README
@@ -65,16 +65,15 @@ There are several subdirectories:
65 which can't be directly produced by your keyboard. 65 which can't be directly produced by your keyboard.
66`lib-src' holds the source code for some utility programs for use by or 66`lib-src' holds the source code for some utility programs for use by or
67 with Emacs, like movemail and etags. 67 with Emacs, like movemail and etags.
68`etc' holds miscellaneous architecture-independent data files 68`etc' holds miscellaneous architecture-independent data files Emacs
69 Emacs uses, like the tutorial text and the Zippy the Pinhead 69 uses, like the tutorial text and tool bar images.
70 quote database. The contents of the `lisp', `leim', `info', 70 The contents of the `lisp', `leim', `info', and `doc'
71 `man', `lispref', and `lispintro' subdirectories are 71 subdirectories are architecture-independent too.
72 architecture-independent too.
73`info' holds the Info documentation tree for Emacs. 72`info' holds the Info documentation tree for Emacs.
74`doc/emacs' holds the source code for the Emacs Manual. If you modify the 73`doc/emacs' holds the source code for the Emacs Manual. If you modify the
75 manual sources, you will need the `makeinfo' program to produce 74 manual sources, you will need the `makeinfo' program to produce
76 an updated manual. `makeinfo' is part of the GNU Texinfo 75 an updated manual. `makeinfo' is part of the GNU Texinfo
77 package; you need version 4.6 or later of Texinfo. 76 package; you need a suitably recent version of Texinfo.
78`doc/lispref' holds the source code for the Emacs Lisp reference manual. 77`doc/lispref' holds the source code for the Emacs Lisp reference manual.
79`doc/lispintro' holds the source code for the Introduction to Programming 78`doc/lispintro' holds the source code for the Introduction to Programming
80 in Emacs Lisp manual. 79 in Emacs Lisp manual.
@@ -85,10 +84,9 @@ There are several subdirectories:
85 to building and running Emacs on Windows 9X/ME/NT/2000/XP. 84 to building and running Emacs on Windows 9X/ME/NT/2000/XP.
86`test' holds tests for various aspects of Emacs's functionality. 85`test' holds tests for various aspects of Emacs's functionality.
87 86
88 Building Emacs on non-Posix platforms requires to install tools 87 Building Emacs on non-Posix platforms requires tools that aren't part
89that aren't part of the standard distribution of the OS. The 88of the standard distribution of the OS. The platform-specific README
90platform-specific README files and installation instructions should 89files and installation instructions should list the required tools.
91list the required tools.
92 90
93 91
94This file is part of GNU Emacs. 92This file is part of GNU Emacs.