Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a431bf24
Commit
a431bf24
authored
Mar 14, 2001
by
Gerd Moellmann
Browse files
Extend description of backward-delete-char-untabify-method.
parent
57ac7c81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
etc/NEWS
etc/NEWS
+9
-2
No files found.
etc/NEWS
View file @
a431bf24
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment