diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 5 |
1 files changed, 4 insertions, 1 deletions
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)'."); | |||
| 3325 | Vload_file_name = Qnil; | 3325 | Vload_file_name = Qnil; |
| 3326 | 3326 | ||
| 3327 | DEFVAR_LISP ("user-init-file", &Vuser_init_file, | 3327 | DEFVAR_LISP ("user-init-file", &Vuser_init_file, |
| 3328 | "File name, including directory, of user's initialization file."); | 3328 | "File name, including directory, of user's initialization file. |
| 3329 | If the file loaded had extension `.elc' and there was a corresponding `.el' | ||
| 3330 | file, this variable contains the name of the .el file, suitable for use | ||
| 3331 | by functions like `custom-save-all' which edit the init file."); | ||
| 3329 | Vuser_init_file = Qnil; | 3332 | Vuser_init_file = Qnil; |
| 3330 | 3333 | ||
| 3331 | DEFVAR_LISP ("current-load-list", &Vcurrent_load_list, | 3334 | DEFVAR_LISP ("current-load-list", &Vcurrent_load_list, |