aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-01-07 19:16:47 +0200
committerEli Zaretskii2023-01-07 19:16:47 +0200
commit7f855b5297b2806fa508e73de98cb8cecc6e7d8d (patch)
tree86b08a35c17c2ef68b92d2a3aa39a89986a16fad
parente9341119fe462c53b1f8d6650a3b6729a0728a0a (diff)
downloademacs-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.texi2
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
304This variable holds the name of the directory which should contain the 304This variable holds the name of the directory which should contain the
305file @code{"DOC"} that contains documentation strings for 305file @code{"DOC"} that contains documentation strings for
306built-in and preloaded functions and variables. 306built-in functions and variables.
307 307
308In most cases, this is the same as @code{data-directory}. They may be 308In most cases, this is the same as @code{data-directory}. They may be
309different when you run Emacs from the directory where you built it, 309different when you run Emacs from the directory where you built it,