aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-03 16:58:44 +0000
committerJuanma Barranquero2007-02-03 16:58:44 +0000
commit191c4353db57fd1f5cdc74a8ea3e2555b65e3ac8 (patch)
tree1d622fe8436a2bbf7929f0302da9c51ef3fc7cf8 /src/lread.c
parent35dda13e39946032becad58913e2f17dd00227ee (diff)
downloademacs-191c4353db57fd1f5cdc74a8ea3e2555b65e3ac8.tar.gz
emacs-191c4353db57fd1f5cdc74a8ea3e2555b65e3ac8.zip
(syms_of_lread) <load-history>: Doc fix.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c8
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
4088The remaining elements of each list are symbols defined as variables 4088The remaining elements of each list are symbols defined as variables
4089and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', 4089and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',
4090`(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'. 4090`(defun . FUNCTION)', `(autoload . SYMBOL)', `(defface . SYMBOL)'
4091An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)', 4091and `(t . SYMBOL)'. An element `(t . SYMBOL)' precedes an entry
4092and means that SYMBOL was an autoload before this file redefined it 4092`(defun . FUNCTION)', and means that SYMBOL was an autoload before
4093as a function. 4093this file redefined it as a function.
4094 4094
4095During preloading, the file name recorded is relative to the main Lisp 4095During preloading, the file name recorded is relative to the main Lisp
4096directory. These file names are converted to absolute at startup. */); 4096directory. These file names are converted to absolute at startup. */);