# HG changeset patch # User Juanma Barranquero # Date 1170521814 0 # Node ID ee1bb0e6b772ce24878c634421401ea24874bfc1 # Parent ed3fe3b8b73ec1123b08ce4d707f8fad91c27076 (syms_of_lread) : Doc fix. diff -r ed3fe3b8b73e -r ee1bb0e6b772 src/lread.c --- 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. */);