From: Eli Zaretskii Date: Tue, 17 Apr 2001 12:20:27 +0000 (+0000) Subject: Fix a typo in auto-save-list-file-prefix. X-Git-Tag: emacs-pretest-21.0.103~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa08285490f16f5ef78c04f4bff5d34f230fbc2f;p=emacs.git Fix a typo in auto-save-list-file-prefix. --- diff --git a/etc/NEWS b/etc/NEWS index 87726e60f6b..f200447379f 100644 --- 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.