aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c
index 895c063d04a..42531149286 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3847,10 +3847,10 @@ when the corresponding call to `provide' is made. */);
3847Each alist element is a list that starts with a file name, 3847Each alist element is a list that starts with a file name,
3848except for one element (optional) that starts with nil and describes 3848except for one element (optional) that starts with nil and describes
3849definitions evaluated from buffers not visiting files. 3849definitions evaluated from buffers not visiting files.
3850The remaining elements of each list are symbols defined as functions, 3850The remaining elements of each list are symbols defined as variables
3851and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', 3851and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',
3852`(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'. 3852`(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'.
3853An element `(t . SYMBOL)' precedes an entry that is just SYMBOL, 3853An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)',
3854and means that SYMBOL was an autoload before this file redefined it 3854and means that SYMBOL was an autoload before this file redefined it
3855as a function. */); 3855as a function. */);
3856 Vload_history = Qnil; 3856 Vload_history = Qnil;