diff options
| author | Dave Love | 2000-01-19 14:25:26 +0000 |
|---|---|---|
| committer | Dave Love | 2000-01-19 14:25:26 +0000 |
| commit | d826d78b7123314f5edd161753327ffa27f7f36d (patch) | |
| tree | 1145f67a6694c6e083e75fd6ec438aded8a6561c /src | |
| parent | a73534a9f6fa6fcd6f71431daf8aea7130901388 (diff) | |
| download | emacs-d826d78b7123314f5edd161753327ffa27f7f36d.tar.gz emacs-d826d78b7123314f5edd161753327ffa27f7f36d.zip | |
(syms_of_lread) [user-init-file]: Doc change.
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, |