diff options
| author | Richard M. Stallman | 2005-02-15 06:44:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-15 06:44:50 +0000 |
| commit | 0a25a2013ef348a81853c977ccfe6e31339b20df (patch) | |
| tree | f12624eee00eb791ed29152a3ad71fcc0b662da6 /src/lread.c | |
| parent | 633e4bd48f6f6c610d12e674869c78f19cf2ed69 (diff) | |
| download | emacs-0a25a2013ef348a81853c977ccfe6e31339b20df.tar.gz emacs-0a25a2013ef348a81853c977ccfe6e31339b20df.zip | |
(syms_of_lread) <user-init-file>: Doc fix.
Diffstat (limited to 'src/lread.c')
| -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 | ||