]> code.delx.au - gnu-emacs/commitdiff
Extend description of backward-delete-char-untabify-method.
authorGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 12:50:16 +0000 (12:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 12:50:16 +0000 (12:50 +0000)
etc/NEWS

index 14b86c6d750502e99254f8f7eb1d2595a4d91dcb..173f53a1d714fd108e22864e26b1ef2bc6fe08ef 100644 (file)
--- 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.