]> code.delx.au - gnu-emacs/commitdiff
(syms_of_lread) <user-init-file>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Feb 2005 06:44:50 +0000 (06:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Feb 2005 06:44:50 +0000 (06:44 +0000)
src/lread.c

index 6d082203fe0a2af8d6e71aba40ec5b668516e6ef..73a209c20ef44819e74eb1f0da30949e23c38d2c 100644 (file)
@@ -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;