emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0dd4b87: * lisp/completion.el (completion-kill-regi


From: Eli Zaretskii
Subject: [Emacs-diffs] master 0dd4b87: * lisp/completion.el (completion-kill-region): Doc fix.
Date: Sat, 21 Sep 2019 03:05:33 -0400 (EDT)

branch: master
commit 0dd4b87e61e2d45b958b7afb888a6de5222ed172
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/completion.el (completion-kill-region): Doc fix.
---
 lisp/completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/completion.el b/lisp/completion.el
index 77761d6..ca4de0a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]