From: Richard M. Stallman Date: Tue, 15 Feb 2005 06:44:50 +0000 (+0000) Subject: (syms_of_lread) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~2281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a25a2013ef348a81853c977ccfe6e31339b20df;p=emacs.git (syms_of_lread) : Doc fix. --- diff --git a/src/lread.c b/src/lread.c index 6d082203fe0..73a209c20ef 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3860,8 +3860,8 @@ as a function. */); DEFVAR_LISP ("user-init-file", &Vuser_init_file, doc: /* File name, including directory, of user's initialization file. -If the file loaded had extension `.elc' and there was a corresponding `.el' -file, this variable contains the name of the .el file, suitable for use +If the file loaded had extension `.elc', and the corresponding source file +exists, this variable contains the name of source file, suitable for use by functions like `custom-save-all' which edit the init file. */); Vuser_init_file = Qnil;