mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
(syms_of_lread) <load-history>: Doc fix.
This commit is contained in:
parent
c0b0f54b8c
commit
1bc2cdb19d
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue