# HG changeset patch # User Eli Zaretskii # Date 987510027 0 # Node ID cf22cb863f75651f18af0e50b39b79d5a6fc544e # Parent 5082f7c31b0ebb59d31932ada429c8ba62ec61f6 Fix a typo in auto-save-list-file-prefix. diff -r 5082f7c31b0e -r cf22cb863f75 etc/NEWS --- 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.