X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/495bf63050e24ad68826f370bfa91ed8f26ccd89..9f14330b7bd7166616c72898e1f33fd556266b1c:/src/lread.c diff --git a/src/lread.c b/src/lread.c index 0834261876..6d082203fe 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3846,10 +3846,10 @@ when the corresponding call to `provide' is made. */); Each alist element is a list that starts with a file name, except for one element (optional) that starts with nil and describes definitions evaluated from buffers not visiting files. -The remaining elements of each list are symbols defined as functions, +The remaining elements of each list are symbols defined as variables and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', -`(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'. -An element `(t . SYMBOL)' precedes an entry that is just SYMBOL, +`(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'. +An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)', and means that SYMBOL was an autoload before this file redefined it as a function. */); Vload_history = Qnil;