]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_lread) <load-history>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Dec 2002 21:40:19 +0000 (21:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Dec 2002 21:40:19 +0000 (21:40 +0000)
src/lread.c

index d960e675ead0c17db8e18fc616970bae1acd6e37..7235fdca2129228110b81aa01ea6f3eacaeaeb38 100644 (file)
@@ -3775,7 +3775,10 @@ except for one element (optional) that starts with nil and describes
 definitions evaluated from buffers not visiting files.
 The remaining elements of each list are symbols defined as functions,
 and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',
-`(defvar . VARIABLE), and `(autoload . SYMBOL)'.  */);
+`(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'.
+An element `(t . SYMBOL)' precedes an entry that is just SYMBOL,
+and means that SYMBOL was an autoload before this file redefined it
+as a function.  */);
   Vload_history = Qnil;
 
   DEFVAR_LISP ("load-file-name", &Vload_file_name,