diff src/lread.c @ 48726:8e3eb5de7b47

(syms_of_lread) <load-history>: Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Dec 2002 21:40:19 +0000
parents 8f11dde95c66
children f1010d7b4fd9
line wrap: on
line diff
--- a/src/lread.c	Sat Dec 07 21:39:50 2002 +0000
+++ b/src/lread.c	Sat Dec 07 21:40:19 2002 +0000
@@ -3775,7 +3775,10 @@
 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,