aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index c6607a8935f..59bf529f45c 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4881,7 +4881,7 @@ features required. Each entry has the form `(provide . FEATURE)',
4881`(defface . SYMBOL)', `(define-type . SYMBOL)', 4881`(defface . SYMBOL)', `(define-type . SYMBOL)',
4882`(cl-defmethod METHOD SPECIALIZERS)', or `(t . SYMBOL)'. 4882`(cl-defmethod METHOD SPECIALIZERS)', or `(t . SYMBOL)'.
4883Entries like `(t . SYMBOL)' may precede a `(defun . FUNCTION)' entry, 4883Entries like `(t . SYMBOL)' may precede a `(defun . FUNCTION)' entry,
4884and means that SYMBOL was an autoload before this file redefined it 4884and mean that SYMBOL was an autoload before this file redefined it
4885as a function. In addition, entries may also be single symbols, 4885as a function. In addition, entries may also be single symbols,
4886which means that symbol was defined by `defvar' or `defconst'. 4886which means that symbol was defined by `defvar' or `defconst'.
4887 4887