# HG changeset patch # User Richard M. Stallman # Date 1108449890 0 # Node ID edecd7c1824e587d3b1954225f266db26cdf12a3 # Parent 3e2faa2a85edb193c83f8c862144ad77f98cede9 (syms_of_lread) : Doc fix. diff -r 3e2faa2a85ed -r edecd7c1824e src/lread.c --- 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;