Mercurial > emacs
comparison etc/NEWS @ 36797:e29f21f7e119
Extend description of backward-delete-char-untabify-method.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 14 Mar 2001 12:50:16 +0000 |
parents | c005d537d3cc |
children | 434462b4d49e |
comparison
equal
deleted
inserted
replaced
36796:6bf775b2d30c | 36797:e29f21f7e119 |
---|---|
55 | 55 |
56 ** Flyspell mode has various new options. See the `flyspell' Custom | 56 ** Flyspell mode has various new options. See the `flyspell' Custom |
57 group. | 57 group. |
58 | 58 |
59 ** The user option `backward-delete-char-untabify-method' controls the | 59 ** The user option `backward-delete-char-untabify-method' controls the |
60 behavior of `backward-delete-char-untabify'. [This change was made | 60 behavior of `backward-delete-char-untabify'. The following values |
61 in Emacs 20.3 but not mentioned then.] | 61 are recognized: |
62 | |
63 `untabify' -- turn a tab to many spaces, then delete one space; | |
64 `hungry' -- delete all whitespace, both tabs and spaces; | |
65 `all' -- delete all whitespace, including tabs, spaces and newlines; | |
66 nil -- just delete one character. | |
67 | |
68 [This change was made in Emacs 20.3 but not mentioned then.] | |
62 | 69 |
63 ** The new user-option `confirm-kill-emacs' can be customized to | 70 ** The new user-option `confirm-kill-emacs' can be customized to |
64 let Emacs ask for confirmation before exiting. | 71 let Emacs ask for confirmation before exiting. |
65 | 72 |
66 ** The <home> and <end> keys now move to the beginning or end of the | 73 ** The <home> and <end> keys now move to the beginning or end of the |