diff options
| author | Eli Zaretskii | 2001-04-17 12:20:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-17 12:20:27 +0000 |
| commit | aa08285490f16f5ef78c04f4bff5d34f230fbc2f (patch) | |
| tree | c7d5cb349dbb36607d03bd7b094a5c8f1e731dd7 /etc | |
| parent | a78507234b6a2bcd379ef553839bfc3bad2100b9 (diff) | |
| download | emacs-aa08285490f16f5ef78c04f4bff5d34f230fbc2f.tar.gz emacs-aa08285490f16f5ef78c04f4bff5d34f230fbc2f.zip | |
Fix a typo in auto-save-list-file-prefix.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 392 | sub-directory `.emacs.d/auto-save-list/' of the user's home directory. | 392 | sub-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/'.) |
| 394 | You can customize `auto-save-list-prefix' to change this location. | 394 | You 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. |