(syms_of_lread) <user-init-file>: Doc fix.
This commit is contained in:
parent
633e4bd48f
commit
0a25a2013e
1 changed files with 2 additions and 2 deletions
|
@ -3860,8 +3860,8 @@ as a function. */);
|
|||
|
||||
DEFVAR_LISP ("user-init-file", &Vuser_init_file,
|
||||
doc: /* 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
|
||||
If the file loaded had extension `.elc', and the corresponding source file
|
||||
exists, this variable contains the name of source file, suitable for use
|
||||
by functions like `custom-save-all' which edit the init file. */);
|
||||
Vuser_init_file = Qnil;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue