(copy-region-as-kill): Doc fix.
This commit is contained in:
parent
780d7bb95a
commit
b66eb11bec
1 changed files with 3 additions and 1 deletions
|
|
@ -2745,7 +2745,9 @@ text. See `insert-for-yank'."
|
|||
"Save the region as if killed, but don't kill it.
|
||||
In Transient Mark mode, deactivate the mark.
|
||||
If `interprogram-cut-function' is non-nil, also save the text for a window
|
||||
system cut and paste."
|
||||
system cut and paste.
|
||||
|
||||
This command's old key binding has been given to `kill-ring-save'."
|
||||
(interactive "r")
|
||||
(if (eq last-command 'kill-region)
|
||||
(kill-append (filter-buffer-substring beg end) (< end beg))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue