diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-02-15 06:44:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-02-15 06:44:50 +0000 |
commit | fd9bf0afe1f9a810cc8e1d651e88208d00a8753e (patch) | |
tree | aaede11821e4d9a649b10d73201feec97bd9b549 /src/lread.c | |
parent | 3a093e8f96f0c993fcedab3bf148068987f88540 (diff) | |
download | emacs-fd9bf0afe1f9a810cc8e1d651e88208d00a8753e.tar.gz |
(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. */); 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; |