diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 6d082203fe0..73a209c20ef 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -3860,8 +3860,8 @@ as a function. */); | |||
| 3860 | 3860 | ||
| 3861 | DEFVAR_LISP ("user-init-file", &Vuser_init_file, | 3861 | DEFVAR_LISP ("user-init-file", &Vuser_init_file, |
| 3862 | doc: /* File name, including directory, of user's initialization file. | 3862 | doc: /* File name, including directory, of user's initialization file. |
| 3863 | If the file loaded had extension `.elc' and there was a corresponding `.el' | 3863 | If the file loaded had extension `.elc', and the corresponding source file |
| 3864 | file, this variable contains the name of the .el file, suitable for use | 3864 | exists, this variable contains the name of source file, suitable for use |
| 3865 | by functions like `custom-save-all' which edit the init file. */); | 3865 | by functions like `custom-save-all' which edit the init file. */); |
| 3866 | Vuser_init_file = Qnil; | 3866 | Vuser_init_file = Qnil; |
| 3867 | 3867 | ||