File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5842,7 +5842,13 @@ Can be `untabify' -- turn a tab to many spaces, then delete one space;
5842
5842
(defun backward-delete-char-untabify (arg &optional killp)
5843
5843
"Delete characters backward, changing tabs into spaces.
5844
5844
The exact behavior depends on `backward-delete-char-untabify-method'.
5845
+
5845
5846
Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil.
5847
+
5848
+ If Transient Mark mode is enabled, the mark is active, and ARG is 1,
5849
+ delete the text in the region and deactivate the mark instead.
5850
+ To disable this, set option ‘delete-active-region’ to nil.
5851
+
5846
5852
Interactively, ARG is the prefix arg (default 1)
5847
5853
and KILLP is t if a prefix arg was specified."
5848
5854
(interactive "*p\nP")
You can’t perform that action at this time.
0 commit comments