summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-03-14 12:50:16 +0000
committerGerd Moellmann <gerd@gnu.org>2001-03-14 12:50:16 +0000
commita431bf2443ff0c3616d755006e27a254f1854760 (patch)
tree5f9161565218019d23bcc9c1e52f6518ff533fe3
parent57ac7c8180a3b22289543c33cd9aab9ceb42d892 (diff)
downloademacs-a431bf2443ff0c3616d755006e27a254f1854760.tar.gz
Extend description of backward-delete-char-untabify-method.
-rw-r--r--etc/NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 14b86c6d750..173f53a1d71 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -57,8 +57,15 @@ before Emacs 21.1, but wasn't documented until now.
group.
** The user option `backward-delete-char-untabify-method' controls the
-behavior of `backward-delete-char-untabify'. [This change was made
-in Emacs 20.3 but not mentioned then.]
+behavior of `backward-delete-char-untabify'. The following values
+are recognized:
+
+`untabify' -- turn a tab to many spaces, then delete one space;
+`hungry' -- delete all whitespace, both tabs and spaces;
+`all' -- delete all whitespace, including tabs, spaces and newlines;
+nil -- just delete one character.
+
+[This change was made in Emacs 20.3 but not mentioned then.]
** The new user-option `confirm-kill-emacs' can be customized to
let Emacs ask for confirmation before exiting.