From 51931aca6e6e858ae7d9fc16091242a189b120ef Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:00:42 +0000 Subject: [PATCH] (syms_of_fileio): Doc fix. --- src/fileio.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index fab5e9dfb46..33e887cb4c8 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -4448,7 +4448,10 @@ This applies only to the operation `inhibit-file-name-operation'."); 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); -- 2.39.2