Mercurial > emacs
changeset 13769:a17778d3f5f3
(syms_of_fileio): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 21 Dec 1995 17:00:42 +0000 |
parents | 353d32d374db |
children | 197ada595605 |
files | src/fileio.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Thu Dec 21 17:00:18 1995 +0000 +++ b/src/fileio.c Thu Dec 21 17:00:42 1995 +0000 @@ -4448,7 +4448,10 @@ Vinhibit_file_name_operation = Qnil; DEFVAR_LISP ("auto-save-list-file-name", &Vauto_save_list_file_name, - "File name in which we write a list of all auto save file names."); + "File name in which we write a list of all auto save file names.\n\ +This variable is initialized automatically from `auto-save-list-file-prefix'\n\ +shortly after Emacs reads your `.emacs' file, if you have not yet given it\n\ +a non-nil value."); Vauto_save_list_file_name = Qnil; defsubr (&Sfind_file_name_handler);