diff src/lread.c @ 60069:edecd7c1824e

(syms_of_lread) <user-init-file>: Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Feb 2005 06:44:50 +0000
parents f83ca2ccbeeb
children 008bb0675c5b 9684495d72bc 7e3f621f1dd4
line wrap: on
line diff
--- a/src/lread.c	Tue Feb 15 06:42:06 2005 +0000
+++ b/src/lread.c	Tue Feb 15 06:44:50 2005 +0000
@@ -3860,8 +3860,8 @@
 
   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;