From: Gerd Moellmann Date: Wed, 14 Mar 2001 12:50:16 +0000 (+0000) Subject: Extend description of backward-delete-char-untabify-method. X-Git-Tag: emacs-pretest-21.0.100~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a431bf2443ff0c3616d755006e27a254f1854760;p=emacs.git Extend description of backward-delete-char-untabify-method. --- 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.