From: Dave Love Date: Wed, 19 Jan 2000 14:25:26 +0000 (+0000) Subject: (syms_of_lread) [user-init-file]: Doc change. X-Git-Tag: emacs-pretest-21.0.90~5317 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d826d78b7123314f5edd161753327ffa27f7f36d;p=emacs.git (syms_of_lread) [user-init-file]: Doc change. --- diff --git a/src/lread.c b/src/lread.c index 5e3ae083c46..1f24ecbf868 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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,