mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
Say that C-d and DEL with arg do killing.
This commit is contained in:
parent
aca2cfd2b6
commit
616faee50d
1 changed files with 2 additions and 1 deletions
|
|
@ -384,7 +384,8 @@ Reinsertion of killed text is called "yanking". Generally, the
|
|||
commands that can remove a lot of text kill the text (they set up so
|
||||
that you can yank the text), while the commands that remove just one
|
||||
character, or only remove blank lines and spaces, do deletion (so you
|
||||
cannot yank that text).
|
||||
cannot yank that text). <Delback> and C-d do deletion in the simplest
|
||||
case, with no argument. When given an argument, they kill instead.
|
||||
|
||||
>> Move the cursor to the beginning of a line which is not empty.
|
||||
Then type C-k to kill the text on that line.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue