File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ DEBUGGING AN INSTALLED EMACS
219
219
220
220
* Installed Emacs source code
221
221
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
224
224
M-x describe-function (C-h f) to display the definition of a function.
225
225
This compressed copy ordinarily includes both the Elisp source code
226
226
that Emacs is mostly written in, as well as the C source code for the
Original file line number Diff line number Diff line change @@ -148,8 +148,9 @@ called when the function object is garbage-collected. Use
148
148
** 'parse-time-string' can now parse ISO 8601 format strings,
149
149
such as "2020-01-15T16:12:21-08:00".
150
150
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.
153
154
154
155
155
156
* Changes in Emacs 28.1 on Non-Free Operating Systems
You can’t perform that action at this time.
0 commit comments