From: Eli Zaretskii Date: Sat, 21 Sep 2019 07:05:20 +0000 (+0300) Subject: * lisp/completion.el (completion-kill-region): Doc fix. X-Git-Tag: emacs-27.0.90~1519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dd4b87e61e2d45b958b7afb888a6de5222ed172;p=emacs.git * lisp/completion.el (completion-kill-region): Doc fix. --- 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." "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