Skip to content

Commit 491c909

Browse files
committed
Improve doc for emacs-source-directory (Bug#36527).
1 parent 26d890c commit 491c909

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ DEBUGGING AN INSTALLED EMACS
219219

220220
* Installed Emacs source code
221221

222-
Emacs installs a compressed copy of much of its source code, to make
223-
it easy for users to read the source code of Emacs via commands like
222+
Emacs typically installs a compressed copy of much of its source code,
223+
to make it easy for users to read Emacs source code via commands like
224224
M-x describe-function (C-h f) to display the definition of a function.
225225
This compressed copy ordinarily includes both the Elisp source code
226226
that Emacs is mostly written in, as well as the C source code for the

etc/NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ called when the function object is garbage-collected. Use
148148
** 'parse-time-string' can now parse ISO 8601 format strings,
149149
such as "2020-01-15T16:12:21-08:00".
150150

151-
** The new variable 'emacs-source-directory' gives the Emacs source
152-
code location.
151+
** The new variable 'emacs-source-directory' gives the location of
152+
a copy of the Emacs source code, which is now typically installed as a
153+
set of compressed source-code files.
153154

154155

155156
* Changes in Emacs 28.1 on Non-Free Operating Systems

0 commit comments

Comments
 (0)