diff options
| author | Richard M. Stallman | 2004-12-27 15:58:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-27 15:58:59 +0000 |
| commit | 1bc2cdb19dfd83589fdea8184ce51416d7252eba (patch) | |
| tree | e846dfc026b98ca961377891c868a6314d16bb1e | |
| parent | c0b0f54b8c5246c6a17e1370c096da02b0d9e07e (diff) | |
| download | emacs-1bc2cdb19dfd83589fdea8184ce51416d7252eba.tar.gz emacs-1bc2cdb19dfd83589fdea8184ce51416d7252eba.zip | |
(syms_of_lread) <load-history>: Doc fix.
| -rw-r--r-- | src/lread.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c index 08342618766..6d082203fe0 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -3846,10 +3846,10 @@ when the corresponding call to `provide' is made. */); | |||
| 3846 | Each alist element is a list that starts with a file name, | 3846 | Each alist element is a list that starts with a file name, |
| 3847 | except for one element (optional) that starts with nil and describes | 3847 | except for one element (optional) that starts with nil and describes |
| 3848 | definitions evaluated from buffers not visiting files. | 3848 | definitions evaluated from buffers not visiting files. |
| 3849 | The remaining elements of each list are symbols defined as functions, | 3849 | The remaining elements of each list are symbols defined as variables |
| 3850 | and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', | 3850 | and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', |
| 3851 | `(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'. | 3851 | `(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'. |
| 3852 | An element `(t . SYMBOL)' precedes an entry that is just SYMBOL, | 3852 | An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)', |
| 3853 | and means that SYMBOL was an autoload before this file redefined it | 3853 | and means that SYMBOL was an autoload before this file redefined it |
| 3854 | as a function. */); | 3854 | as a function. */); |
| 3855 | Vload_history = Qnil; | 3855 | Vload_history = Qnil; |