aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2001-04-17 12:20:27 +0000
committerEli Zaretskii2001-04-17 12:20:27 +0000
commitaa08285490f16f5ef78c04f4bff5d34f230fbc2f (patch)
treec7d5cb349dbb36607d03bd7b094a5c8f1e731dd7 /etc
parenta78507234b6a2bcd379ef553839bfc3bad2100b9 (diff)
downloademacs-aa08285490f16f5ef78c04f4bff5d34f230fbc2f.tar.gz
emacs-aa08285490f16f5ef78c04f4bff5d34f230fbc2f.zip
Fix a typo in auto-save-list-file-prefix.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.
391** Emacs' auto-save list files are now by default stored in a 391** Emacs' auto-save list files are now by default stored in a
392sub-directory `.emacs.d/auto-save-list/' of the user's home directory. 392sub-directory `.emacs.d/auto-save-list/' of the user's home directory.
393(On MS-DOS, this subdirectory's name is `_emacs.d/auto-save.list/'.) 393(On MS-DOS, this subdirectory's name is `_emacs.d/auto-save.list/'.)
394You can customize `auto-save-list-prefix' to change this location. 394You can customize `auto-save-list-file-prefix' to change this location.
395 395
396+++ 396+++
397** The function `getenv' is now callable interactively. 397** The function `getenv' is now callable interactively.