From: Richard M. Stallman Date: Sat, 7 Dec 2002 21:40:19 +0000 (+0000) Subject: (syms_of_lread) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6042a06e6e3480b23b06e5562a033ebdbba22acd;p=emacs.git (syms_of_lread) : Doc fix. --- diff --git a/src/lread.c b/src/lread.c index d960e675ead..7235fdca212 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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,