diff options
| author | Eli Zaretskii | 2019-09-21 10:05:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-09-21 10:05:20 +0300 |
| commit | 0dd4b87e61e2d45b958b7afb888a6de5222ed172 (patch) | |
| tree | 44eb6d5a37e19a9fe9ce491c543a65f9260dc66d | |
| parent | 87b7c069583ddccae89791b2389bd872a49bc1b0 (diff) | |
| download | emacs-0dd4b87e61e2d45b958b7afb888a6de5222ed172.tar.gz emacs-0dd4b87e61e2d45b958b7afb888a6de5222ed172.zip | |
* lisp/completion.el (completion-kill-region): Doc fix.
| -rw-r--r-- | lisp/completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 77761d695bf..ca4de0afee0 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -2138,7 +2138,7 @@ Also sets up so that exiting Emacs will automatically save the file." | |||
| 2138 | "Kill between point and mark. | 2138 | "Kill between point and mark. |
| 2139 | The text is deleted but saved in the kill ring. | 2139 | The text is deleted but saved in the kill ring. |
| 2140 | The command \\[yank] can retrieve it from there. | 2140 | The command \\[yank] can retrieve it from there. |
| 2141 | /(If you want to kill and then yank immediately, use \\[copy-region-as-kill].) | 2141 | \(If you want to kill and then yank immediately, use \\[copy-region-as-kill].) |
| 2142 | 2142 | ||
| 2143 | This is the primitive for programs to kill text (as opposed to deleting it). | 2143 | This is the primitive for programs to kill text (as opposed to deleting it). |
| 2144 | Supply two arguments, character positions indicating the stretch of text | 2144 | Supply two arguments, character positions indicating the stretch of text |