Skip to content

Commit

Permalink
Improve doc for emacs-source-directory (Bug#36527).
Browse files Browse the repository at this point in the history
  • Loading branch information
eggert committed Jan 26, 2020
1 parent 26d890c commit 491c909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ DEBUGGING AN INSTALLED EMACS

* Installed Emacs source code

Emacs installs a compressed copy of much of its source code, to make
it easy for users to read the source code of Emacs via commands like
Emacs typically installs a compressed copy of much of its source code,
to make it easy for users to read Emacs source code via commands like
M-x describe-function (C-h f) to display the definition of a function.
This compressed copy ordinarily includes both the Elisp source code
that Emacs is mostly written in, as well as the C source code for the
Expand Down
5 changes: 3 additions & 2 deletions etc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ called when the function object is garbage-collected. Use
** 'parse-time-string' can now parse ISO 8601 format strings,
such as "2020-01-15T16:12:21-08:00".

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


* Changes in Emacs 28.1 on Non-Free Operating Systems
Expand Down

0 comments on commit 491c909

Please sign in to comment.