diff options
Diffstat (limited to 'src')
| -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; |