# HG changeset patch # User Dave Love # Date 948291926 0 # Node ID 0c0628ca5029fe8a882213ef8502da7dedba8685 # Parent ebcbf31c60de3c25f8a6a184a78a3dcb304fff56 (syms_of_lread) [user-init-file]: Doc change. diff -r ebcbf31c60de -r 0c0628ca5029 src/lread.c --- 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,