emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 7f855b5297: ; Fix description of etc/DOC


From: Eli Zaretskii
Subject: emacs-29 7f855b5297: ; Fix description of etc/DOC
Date: Sat, 7 Jan 2023 12:18:07 -0500 (EST)

branch: emacs-29
commit 7f855b5297b2806fa508e73de98cb8cecc6e7d8d
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix description of etc/DOC
    
    * doc/lispref/help.texi (Accessing Documentation): Doc strings of
    preloaded symbols are no longer in etc/DOC.
---
 doc/lispref/help.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi
index d902113122..59b6b6dab1 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]