diff options
| author | Eli Zaretskii | 2023-01-07 19:16:47 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-01-07 19:16:47 +0200 |
| commit | 7f855b5297b2806fa508e73de98cb8cecc6e7d8d (patch) | |
| tree | 86b08a35c17c2ef68b92d2a3aa39a89986a16fad | |
| parent | e9341119fe462c53b1f8d6650a3b6729a0728a0a (diff) | |
| download | emacs-7f855b5297b2806fa508e73de98cb8cecc6e7d8d.tar.gz emacs-7f855b5297b2806fa508e73de98cb8cecc6e7d8d.zip | |
; Fix description of etc/DOC
* doc/lispref/help.texi (Accessing Documentation): Doc strings of
preloaded symbols are no longer in etc/DOC.
| -rw-r--r-- | doc/lispref/help.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index d902113122f..59b6b6dab1d 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -303,7 +303,7 @@ for in the directory @code{doc-directory}. Usually @var{filename} is | |||
| 303 | @defvar doc-directory | 303 | @defvar doc-directory |
| 304 | This variable holds the name of the directory which should contain the | 304 | This variable holds the name of the directory which should contain the |
| 305 | file @code{"DOC"} that contains documentation strings for | 305 | file @code{"DOC"} that contains documentation strings for |
| 306 | built-in and preloaded functions and variables. | 306 | built-in functions and variables. |
| 307 | 307 | ||
| 308 | In most cases, this is the same as @code{data-directory}. They may be | 308 | In most cases, this is the same as @code{data-directory}. They may be |
| 309 | different when you run Emacs from the directory where you built it, | 309 | different when you run Emacs from the directory where you built it, |