Mercurial > emacs
changeset 60069:edecd7c1824e
(syms_of_lread) <user-init-file>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 15 Feb 2005 06:44:50 +0000 |
parents | 3e2faa2a85ed |
children | ca0c6002fadf |
files | src/lread.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Tue Feb 15 06:42:06 2005 +0000 +++ b/src/lread.c Tue Feb 15 06:44:50 2005 +0000 @@ -3860,8 +3860,8 @@ 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;