diff options
| author | Paul Eggert | 2020-01-26 00:58:57 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-26 00:59:25 -0800 |
| commit | 491c909175eb9ff99ff3fdf766e81b333b9d316a (patch) | |
| tree | 2f6d03cce4a4b88a5f18e52df61b25ac72a637a1 /INSTALL | |
| parent | 26d890c9ccb1e95f5451432bb6bb764b590b165e (diff) | |
| download | emacs-491c909175eb9ff99ff3fdf766e81b333b9d316a.tar.gz emacs-491c909175eb9ff99ff3fdf766e81b333b9d316a.zip | |
Improve doc for emacs-source-directory (Bug#36527).
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -219,8 +219,8 @@ DEBUGGING AN INSTALLED EMACS | |||
| 219 | 219 | ||
| 220 | * Installed Emacs source code | 220 | * Installed Emacs source code |
| 221 | 221 | ||
| 222 | Emacs installs a compressed copy of much of its source code, to make | 222 | Emacs typically installs a compressed copy of much of its source code, |
| 223 | it easy for users to read the source code of Emacs via commands like | 223 | to make it easy for users to read Emacs source code via commands like |
| 224 | M-x describe-function (C-h f) to display the definition of a function. | 224 | M-x describe-function (C-h f) to display the definition of a function. |
| 225 | This compressed copy ordinarily includes both the Elisp source code | 225 | This compressed copy ordinarily includes both the Elisp source code |
| 226 | that Emacs is mostly written in, as well as the C source code for the | 226 | that Emacs is mostly written in, as well as the C source code for the |