diff options
| author | Glenn Morris | 2010-10-11 20:47:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-11 20:47:36 -0700 |
| commit | 1c8ca3e6d672ad2d413683e85ec8669ca2204955 (patch) | |
| tree | d4b939a151ac6804181d61ba22b23b5aeb1afea2 | |
| parent | 6c3ab469a434395c128dd78741c7a5e2e0a38074 (diff) | |
| download | emacs-1c8ca3e6d672ad2d413683e85ec8669ca2204955.tar.gz emacs-1c8ca3e6d672ad2d413683e85ec8669ca2204955.zip | |
* README: Updates.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | README | 18 |
2 files changed, 9 insertions, 11 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 2010-10-12 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-12 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * BUGS, INSTALL.BZR: Updates. | 3 | * BUGS, INSTALL.BZR, README: Updates. |
| 4 | 4 | ||
| 5 | 2010-10-08 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-10-08 Eli Zaretskii <eliz@gnu.org> |
| 6 | 6 | ||
| @@ -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 |
| 89 | that aren't part of the standard distribution of the OS. The | 88 | of the standard distribution of the OS. The platform-specific README |
| 90 | platform-specific README files and installation instructions should | 89 | files and installation instructions should list the required tools. |
| 91 | list the required tools. | ||
| 92 | 90 | ||
| 93 | 91 | ||
| 94 | This file is part of GNU Emacs. | 92 | This file is part of GNU Emacs. |