aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStefan Monnier2010-10-15 17:55:33 -0400
committerStefan Monnier2010-10-15 17:55:33 -0400
commit0c747cb143fa227e78f350ac353d703f489209df (patch)
tree5b434055c797bd75eaa1e3d9d0773e586d44daee /README
parenta01a7932080e8a6e7bc8472c58cefabcc2c37df3 (diff)
parentaa095b2db98ae149737f8de00ee733b1d257ed33 (diff)
downloademacs-0c747cb143fa227e78f350ac353d703f489209df.tar.gz
emacs-0c747cb143fa227e78f350ac353d703f489209df.zip
Merge from trunk
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 8 insertions, 10 deletions
diff --git a/README b/README
index 2ccd5d7cb0d..1dba7132313 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.