emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master d2ea4ae: * src/lread.c (syms_of_lread) <load-histor


From: Glenn Morris
Subject: [Emacs-diffs] master d2ea4ae: * src/lread.c (syms_of_lread) <load-history>: Doc fix.
Date: Tue, 20 Jun 2017 21:35:54 -0400 (EDT)

branch: master
commit d2ea4aee02a40b76b4e221c46ecb58270c2e1ca7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * src/lread.c (syms_of_lread) <load-history>: Doc fix.
---
 src/lread.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/lread.c b/src/lread.c
index f849398..88dbc23 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4730,11 +4730,12 @@ The remaining ENTRIES in the alist element describe the 
functions and
 variables defined in that file, the features provided, and the
 features required.  Each entry has the form `(provide . FEATURE)',
 `(require . FEATURE)', `(defun . FUNCTION)', `(autoload . SYMBOL)',
-`(defface . SYMBOL)', or `(t . SYMBOL)'.  Entries like `(t . SYMBOL)'
-may precede a `(defun . FUNCTION)' entry, and means that SYMBOL was an
-autoload before this file redefined it as a function.  In addition,
-entries may also be single symbols, which means that SYMBOL was
-defined by `defvar' or `defconst'.
+`(defface . SYMBOL)', `(define-type . SYMBOL)',
+`(cl-defmethod METHOD SPECIALIZERS)', or `(t . SYMBOL)'.
+Entries like `(t . SYMBOL)' may precede a `(defun . FUNCTION)' entry,
+and means that SYMBOL was an autoload before this file redefined it
+as a function.  In addition, entries may also be single symbols,
+which means that symbol was defined by `defvar' or `defconst'.
 
 During preloading, the file name recorded is relative to the main Lisp
 directory.  These file names are converted to absolute at startup.  */);



reply via email to

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