]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_lread) [user-init-file]: Doc change.
authorDave Love <fx@gnu.org>
Wed, 19 Jan 2000 14:25:26 +0000 (14:25 +0000)
committerDave Love <fx@gnu.org>
Wed, 19 Jan 2000 14:25:26 +0000 (14:25 +0000)
src/lread.c

index 5e3ae083c460125cb4993da493c4f7f757c9013d..1f24ecbf8682a29d2a3252fac2a6bff480ea357e 100644 (file)
@@ -3325,7 +3325,10 @@ or variables, and cons cells `(provide . FEATURE)' and `(require . FEATURE)'.");
   Vload_file_name = Qnil;
 
   DEFVAR_LISP ("user-init-file", &Vuser_init_file,
-    "File name, including directory, of user's initialization file.");
+    "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
+by functions like `custom-save-all' which edit the init file.");
   Vuser_init_file = Qnil;
 
   DEFVAR_LISP ("current-load-list", &Vcurrent_load_list,