]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix description of etc/DOC
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Jan 2023 17:16:47 +0000 (19:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Jan 2023 17:16:47 +0000 (19:16 +0200)
* doc/lispref/help.texi (Accessing Documentation): Doc strings of
preloaded symbols are no longer in etc/DOC.

doc/lispref/help.texi

index d902113122f752d1eab26fcbdca85067be7589af..59b6b6dab1d766495a809f98fe94bb4c0bfb21a0 100644 (file)
@@ -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,