# HG changeset patch # User Richard M. Stallman # Date 1104163139 0 # Node ID f83ca2ccbeebc6e9b106de8e9e7f177e73a0f1a2 # Parent d264cb5b989f8b076f288aea6733d7d183ab5026 (syms_of_lread) : Doc fix. diff -r d264cb5b989f -r f83ca2ccbeeb src/lread.c --- a/src/lread.c Mon Dec 27 15:58:25 2004 +0000 +++ b/src/lread.c Mon Dec 27 15:58:59 2004 +0000 @@ -3846,10 +3846,10 @@ Each alist element is a list that starts with a file name, 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, +The remaining elements of each list are symbols defined as variables and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)', -`(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'. -An element `(t . SYMBOL)' precedes an entry that is just SYMBOL, +`(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. */); Vload_history = Qnil;