summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-01-07 19:16:47 +0200
committerEli Zaretskii <eliz@gnu.org>2023-01-07 19:16:47 +0200
commit7f855b5297b2806fa508e73de98cb8cecc6e7d8d (patch)
tree86b08a35c17c2ef68b92d2a3aa39a89986a16fad
parente9341119fe462c53b1f8d6650a3b6729a0728a0a (diff)
downloademacs-7f855b5297b2806fa508e73de98cb8cecc6e7d8d.tar.gz
; 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
@defvar doc-directory
This variable holds the name of the directory which should contain the
file @code{"DOC"} that contains documentation strings for
-built-in and preloaded functions and variables.
+built-in functions and variables.
In most cases, this is the same as @code{data-directory}. They may be
different when you run Emacs from the directory where you built it,