changeset 75594:8c74b56c521b

(syms_of_lread) <user-init-file>: Doc fix. Wording by Eli Zaretskii.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 01 Feb 2007 22:04:56 +0000
parents b0ba0639a80c
children b731ddcbbdae
files src/lread.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,