]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_lread) <user-init-file>: Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 1 Feb 2007 22:06:46 +0000 (22:06 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 1 Feb 2007 22:06:46 +0000 (22:06 +0000)
Wording by Eli Zaretskii.

src/ChangeLog
src/lread.c

index 152b374e17db914a1185545be12ceab7a3fd5307..515f5a334cb0f535ac65cf38ef31a5457ba0b805 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lread.c (syms_of_lread) <user-init-file>: Doc fix.
+       Wording by Eli Zaretskii.
+
 2007-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * gtkutil.c (update_frame_tool_bar): Initialize h/vmargin to 0.
index b77a621f51881f19b3bb6808a1f342e3779590a6..86b48a56396569f572f31a8ee04c5560218f8a94 100644 (file)
@@ -4104,7 +4104,9 @@ directory.  These file names are converted to absolute at startup.  */);
               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,