From d826d78b7123314f5edd161753327ffa27f7f36d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 19 Jan 2000 14:25:26 +0000 Subject: [PATCH] (syms_of_lread) [user-init-file]: Doc change. --- src/lread.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- 2.39.5