Mercurial > emacs
comparison README @ 110997:b8fde5ef9e14
Merge changes from emacs-23 branch.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 14 Oct 2010 16:32:27 +0200 |
parents | b4d27afff1bf dbe481657418 |
children |
comparison
equal
deleted
inserted
replaced
110996:e65b79c36e50 | 110997:b8fde5ef9e14 |
---|---|
63 `leim' holds the library of Emacs input methods, Lisp code and | 63 `leim' holds the library of Emacs input methods, Lisp code and |
64 auxiliary data files required to type international characters | 64 auxiliary data files required to type international characters |
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. |
81 `msdos' holds configuration files for compiling Emacs under MSDOG. | 80 `msdos' holds configuration files for compiling Emacs under MSDOG. |
82 `nextstep' holds instructions and some other files for compiling the | 81 `nextstep' holds instructions and some other files for compiling the |
83 Nextstep port of Emacs, for GNUstep and Mac OS X Cocoa. | 82 Nextstep port of Emacs, for GNUstep and Mac OS X Cocoa. |
84 `nt' holds various command files and documentation files that pertain | 83 `nt' holds various command files and documentation files that pertain |
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. |
95 | 93 |
96 GNU Emacs is free software: you can redistribute it and/or modify | 94 GNU Emacs is free software: you can redistribute it and/or modify |