Mercurial > emacs
changeset 75632:ee1bb0e6b772
(syms_of_lread) <load-history>: Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 03 Feb 2007 16:56:54 +0000 |
parents | ed3fe3b8b73e |
children | ec2c2c4e9e05 |
files | src/lread.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Sat Feb 03 15:30:55 2007 +0000 +++ b/src/lread.c Sat Feb 03 16:56:54 2007 +0000 @@ -4087,10 +4087,10 @@ The remaining elements of each list are symbols defined as variables and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', -`(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'. -An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)', -and means that SYMBOL was an autoload before this file redefined it -as a function. +`(defun . FUNCTION)', `(autoload . SYMBOL)', `(defface . SYMBOL)' +and `(t . SYMBOL)'. An element `(t . SYMBOL)' precedes an entry +`(defun . FUNCTION)', and means that SYMBOL was an autoload before +this file redefined it as a function. During preloading, the file name recorded is relative to the main Lisp directory. These file names are converted to absolute at startup. */);