diff src/lread.c @ 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 8c74b56c521b
children c8af69547c16 07774e5c3ff5 52a7f3f50b89
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.  */);