]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_fileio): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:00:42 +0000 (17:00 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:00:42 +0000 (17:00 +0000)
src/fileio.c

index fab5e9dfb46fbc9240781cd4863e5db2560c1ffb..33e887cb4c8fd735bd7e262042d7bb4c82d30157 100644 (file)
@@ -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);