# HG changeset patch # User Richard M. Stallman # Date 1039297219 0 # Node ID 8e3eb5de7b47a7b45f13615474650b96194d1a7c # Parent 279d729bd941c657c5c5e65d271471d76f2d66bf (syms_of_lread) : Doc fix. diff -r 279d729bd941 -r 8e3eb5de7b47 src/lread.c --- 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,