aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorPaul Eggert2020-01-26 00:58:57 -0800
committerPaul Eggert2020-01-26 00:59:25 -0800
commit491c909175eb9ff99ff3fdf766e81b333b9d316a (patch)
tree2f6d03cce4a4b88a5f18e52df61b25ac72a637a1 /INSTALL
parent26d890c9ccb1e95f5451432bb6bb764b590b165e (diff)
downloademacs-491c909175eb9ff99ff3fdf766e81b333b9d316a.tar.gz
emacs-491c909175eb9ff99ff3fdf766e81b333b9d316a.zip
Improve doc for emacs-source-directory (Bug#36527).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index cb12e4a17aa..7a1b46872d4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -219,8 +219,8 @@ DEBUGGING AN INSTALLED EMACS
219 219
220* Installed Emacs source code 220* Installed Emacs source code
221 221
222Emacs installs a compressed copy of much of its source code, to make 222Emacs typically installs a compressed copy of much of its source code,
223it easy for users to read the source code of Emacs via commands like 223to make it easy for users to read Emacs source code via commands like
224M-x describe-function (C-h f) to display the definition of a function. 224M-x describe-function (C-h f) to display the definition of a function.
225This compressed copy ordinarily includes both the Elisp source code 225This compressed copy ordinarily includes both the Elisp source code
226that Emacs is mostly written in, as well as the C source code for the 226that Emacs is mostly written in, as well as the C source code for the