diff options
| author | Juanma Barranquero | 2007-02-03 16:58:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-03 16:58:44 +0000 |
| commit | 191c4353db57fd1f5cdc74a8ea3e2555b65e3ac8 (patch) | |
| tree | 1d622fe8436a2bbf7929f0302da9c51ef3fc7cf8 /src/lread.c | |
| parent | 35dda13e39946032becad58913e2f17dd00227ee (diff) | |
| download | emacs-191c4353db57fd1f5cdc74a8ea3e2555b65e3ac8.tar.gz emacs-191c4353db57fd1f5cdc74a8ea3e2555b65e3ac8.zip | |
(syms_of_lread) <load-history>: Doc fix.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lread.c b/src/lread.c index 86b48a56396..8fc1335698f 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -4087,10 +4087,10 @@ contain symbolic links) of the loaded file. | |||
| 4087 | 4087 | ||
| 4088 | The remaining elements of each list are symbols defined as variables | 4088 | The remaining elements of each list are symbols defined as variables |
| 4089 | and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', | 4089 | and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', |
| 4090 | `(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'. | 4090 | `(defun . FUNCTION)', `(autoload . SYMBOL)', `(defface . SYMBOL)' |
| 4091 | An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)', | 4091 | and `(t . SYMBOL)'. An element `(t . SYMBOL)' precedes an entry |
| 4092 | and means that SYMBOL was an autoload before this file redefined it | 4092 | `(defun . FUNCTION)', and means that SYMBOL was an autoload before |
| 4093 | as a function. | 4093 | this file redefined it as a function. |
| 4094 | 4094 | ||
| 4095 | During preloading, the file name recorded is relative to the main Lisp | 4095 | During preloading, the file name recorded is relative to the main Lisp |
| 4096 | directory. These file names are converted to absolute at startup. */); | 4096 | directory. These file names are converted to absolute at startup. */); |