diff etc/NEWS @ 37365:cf22cb863f75

Fix a typo in auto-save-list-file-prefix.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 17 Apr 2001 12:20:27 +0000
parents a1af2574e64b
children 612c8df1b6a5
line wrap: on
line diff
--- a/etc/NEWS	Tue Apr 17 12:19:55 2001 +0000
+++ b/etc/NEWS	Tue Apr 17 12:20:27 2001 +0000
@@ -391,7 +391,7 @@
 ** Emacs' auto-save list files are now by default stored in a
 sub-directory `.emacs.d/auto-save-list/' of the user's home directory.
 (On MS-DOS, this subdirectory's name is `_emacs.d/auto-save.list/'.)
-You can customize `auto-save-list-prefix' to change this location.
+You can customize `auto-save-list-file-prefix' to change this location.
 
 +++
 ** The function `getenv' is now callable interactively.