]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_lread) <load-history>: Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 3 Feb 2007 16:58:44 +0000 (16:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 3 Feb 2007 16:58:44 +0000 (16:58 +0000)
src/ChangeLog
src/lread.c

index 602f23014a7e484135369d81069517e20e78bf8f..3b88928bd58372e2d69e6f684c0225054f2d6607 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lread.c (syms_of_lread) <load-history>: Doc fix.
+
 2007-01-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>  (tiny change)
 
        * xterm.c [!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose):
index 86b48a56396569f572f31a8ee04c5560218f8a94..8fc1335698f729b9230041b2475fce07ed7228dd 100644 (file)
@@ -4087,10 +4087,10 @@ contain symbolic links) of the loaded file.
 
 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.  */);