Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1bc2cdb1
Commit
1bc2cdb1
authored
Dec 27, 2004
by
Richard M. Stallman
Browse files
(syms_of_lread) <load-history>: Doc fix.
parent
c0b0f54b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lread.c
src/lread.c
+3
-3
No files found.
src/lread.c
View file @
1bc2cdb1
...
...
@@ -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)',
`(def
var . VARIABLE)
, `(autoload . SYMBOL)', and `(t . SYMBOL)'.
An element `(t . SYMBOL)' precedes an entry
that is just SYMBOL
,
`(def
un . 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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment