From a431bf2443ff0c3616d755006e27a254f1854760 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 14 Mar 2001 12:50:16 +0000 Subject: [PATCH] Extend description of backward-delete-char-untabify-method. --- etc/NEWS | 11 +++++++++-- 1 file 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. -- 2.39.5