]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in auto-save-list-file-prefix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 17 Apr 2001 12:20:27 +0000 (12:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 17 Apr 2001 12:20:27 +0000 (12:20 +0000)
etc/NEWS

index 87726e60f6b69ede05353fb22dba4771f2cb1209..f200447379f45b31f7f4e33d0f4668f7bef51436 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -391,7 +391,7 @@ determine where and by how much buffers are scrolled.
 ** 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.