mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* lisp/completion.el (completion-kill-region): Doc fix.
This commit is contained in:
parent
87b7c06958
commit
0dd4b87e61
@ -2138,7 +2138,7 @@ Also sets up so that exiting Emacs will automatically save the file."
|
||||
"Kill between point and mark.
|
||||
The text is deleted but saved in the kill ring.
|
||||
The command \\[yank] can retrieve it from there.
|
||||
/(If you want to kill and then yank immediately, use \\[copy-region-as-kill].)
|
||||
\(If you want to kill and then yank immediately, use \\[copy-region-as-kill].)
|
||||
|
||||
This is the primitive for programs to kill text (as opposed to deleting it).
|
||||
Supply two arguments, character positions indicating the stretch of text
|
||||
|
Loading…
Reference in New Issue
Block a user