mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-19 04:21:45 -07:00
(syms_of_lread) <load-history>: Doc fix.
This commit is contained in:
parent
133369080e
commit
6042a06e6e
1 changed files with 4 additions and 1 deletions
|
|
@ -3775,7 +3775,10 @@ 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,
|
||||
and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',
|
||||
`(defvar . VARIABLE), and `(autoload . SYMBOL)'. */);
|
||||
`(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'.
|
||||
An element `(t . SYMBOL)' precedes an entry that is just SYMBOL,
|
||||
and means that SYMBOL was an autoload before this file redefined it
|
||||
as a function. */);
|
||||
Vload_history = Qnil;
|
||||
|
||||
DEFVAR_LISP ("load-file-name", &Vload_file_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue