Mercurial > emacs
changeset 27364:0c0628ca5029
(syms_of_lread) [user-init-file]: Doc change.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 19 Jan 2000 14:25:26 +0000 |
parents | ebcbf31c60de |
children | 56c304580b79 |
files | src/lread.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Wed Jan 19 11:42:06 2000 +0000 +++ b/src/lread.c Wed Jan 19 14:25:26 2000 +0000 @@ -3325,7 +3325,10 @@ 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,