Mercurial > emacs
changeset 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 | 5082f7c31b0e |
children | 0bef27649ba5 |
files | etc/NEWS |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.