# HG changeset patch # User Juanma Barranquero # Date 1170367496 0 # Node ID 8c74b56c521b66ed7a0d91cd2216b9dfc80211bd # Parent b0ba0639a80c3f21a883fa1c602e7a9f3ded4bb7 (syms_of_lread) : Doc fix. Wording by Eli Zaretskii. diff -r b0ba0639a80c -r 8c74b56c521b src/lread.c --- a/src/lread.c Thu Feb 01 16:47:30 2007 +0000 +++ b/src/lread.c Thu Feb 01 22:04:56 2007 +0000 @@ -4104,7 +4104,9 @@ doc: /* File name, including directory, of user's initialization file. 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. */); +by functions like `custom-save-all' which edit the init file. +While Emacs loads and evaluates the init file, value is the real name +of the file, regardless of whether or not it has the `.elc' extension. */); Vuser_init_file = Qnil; DEFVAR_LISP ("current-load-list", &Vcurrent_load_list,