* lisp/completion.el (completion-kill-region): Doc fix.
This commit is contained in:
parent
87b7c06958
commit
0dd4b87e61
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue