aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichael Albinus2017-12-09 10:13:02 +0100
committerMichael Albinus2017-12-09 10:13:02 +0100
commit0667d7a160c8110fb0d29e7c2fa6d0cd2ec02cf0 (patch)
treee09ac5ca843a5bfa6463f0be1dfadd77650e3d46 /README
parent198e0d49d82969d103a520fb1266abba64a26de9 (diff)
parent5381c70b7a9d46fe4de205363b99f761e2475f1f (diff)
downloademacs-0667d7a160c8110fb0d29e7c2fa6d0cd2ec02cf0.tar.gz
emacs-0667d7a160c8110fb0d29e7c2fa6d0cd2ec02cf0.zip
Merge from origin/emacs-26
5381c70b7a In windows.texi mention special splitting behavior of side... 46d62b9f36 * lisp/gnus/gnus-group.el (gnus-group-mode-map): Bind [fol... 1ef1dbdbc5 Avoid compilation warning in xterm.c 5cf3c26f2d * README: Document all the top-level directories. (Bug#29... e9ea2065a8 Don't enable erc modules on simply loading erc.el
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 0b0d3a3eac6..18b5ff89273 100644
--- a/README
+++ b/README
@@ -72,6 +72,8 @@ There are several subdirectories:
72'lib' holds source code for libraries used by Emacs and its utilities 72'lib' holds source code for libraries used by Emacs and its utilities
73'lib-src' holds the source code for some utility programs for use by or 73'lib-src' holds the source code for some utility programs for use by or
74 with Emacs, like movemail and etags. 74 with Emacs, like movemail and etags.
75'lwlib' holds the sources of the Lucid Widget Library used on X.
76'oldXMenu' source files from X11R2 XMenu library, used in non-toolkit builds.
75'etc' holds miscellaneous architecture-independent data files Emacs 77'etc' holds miscellaneous architecture-independent data files Emacs
76 uses, like the tutorial text and tool bar images. 78 uses, like the tutorial text and tool bar images.
77 The contents of the 'lisp', 'leim', 'info', and 'doc' 79 The contents of the 'lisp', 'leim', 'info', and 'doc'
@@ -89,6 +91,10 @@ There are several subdirectories:
89 Nextstep port of Emacs, for GNUstep and macOS Cocoa. 91 Nextstep port of Emacs, for GNUstep and macOS Cocoa.
90'nt' holds code and documentation for building Emacs on MS-Windows. 92'nt' holds code and documentation for building Emacs on MS-Windows.
91'test' holds tests for various aspects of Emacs's functionality. 93'test' holds tests for various aspects of Emacs's functionality.
94'modules' holds the modhelp.py helper script.
95'admin' holds files used by Emacs developers, and Unicode data files.
96'build-aux' holds auxiliary files used during the build.
97'm4' holds Autoconf macros used for generating the configure script.
92 98
93 Building Emacs on non-Posix platforms requires tools that aren't part 99 Building Emacs on non-Posix platforms requires tools that aren't part
94of the standard distribution of the OS. The platform-specific README 100of the standard distribution of the OS. The platform-specific README