diff options
| author | Richard M. Stallman | 2002-12-07 21:40:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-12-07 21:40:19 +0000 |
| commit | 6042a06e6e3480b23b06e5562a033ebdbba22acd (patch) | |
| tree | b740f76ade38a8f555606b07ae4546ebfaf6a3b9 /src/lread.c | |
| parent | 133369080ea6aab23749300eda51276a018f0f9d (diff) | |
| download | emacs-6042a06e6e3480b23b06e5562a033ebdbba22acd.tar.gz emacs-6042a06e6e3480b23b06e5562a033ebdbba22acd.zip | |
(syms_of_lread) <load-history>: Doc fix.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index d960e675ead..7235fdca212 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -3775,7 +3775,10 @@ except for one element (optional) that starts with nil and describes | |||
| 3775 | definitions evaluated from buffers not visiting files. | 3775 | definitions evaluated from buffers not visiting files. |
| 3776 | The remaining elements of each list are symbols defined as functions, | 3776 | The remaining elements of each list are symbols defined as functions, |
| 3777 | and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', | 3777 | and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', |
| 3778 | `(defvar . VARIABLE), and `(autoload . SYMBOL)'. */); | 3778 | `(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'. |
| 3779 | An element `(t . SYMBOL)' precedes an entry that is just SYMBOL, | ||
| 3780 | and means that SYMBOL was an autoload before this file redefined it | ||
| 3781 | as a function. */); | ||
| 3779 | Vload_history = Qnil; | 3782 | Vload_history = Qnil; |
| 3780 | 3783 | ||
| 3781 | DEFVAR_LISP ("load-file-name", &Vload_file_name, | 3784 | DEFVAR_LISP ("load-file-name", &Vload_file_name, |