emacs-diffs
[Top][All Lists]
Advanced

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

master 4cdeec88ce: Fix copy-from-above-command doc string type


From: Lars Ingebrigtsen
Subject: master 4cdeec88ce: Fix copy-from-above-command doc string type
Date: Fri, 17 Jun 2022 13:47:23 -0400 (EDT)

branch: master
commit 4cdeec88cef60dfc4366368edc515115ef0ccd02
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix copy-from-above-command doc string type
    
    * lisp/misc.el (copy-from-above-command): Fix doc string typo.
---
 lisp/misc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/misc.el b/lisp/misc.el
index 88932681c1..64438cd6ca 100644
--- a/lisp/misc.el
+++ b/lisp/misc.el
@@ -35,7 +35,7 @@ Copy ARG characters, but not past the end of that line.
 If no argument given, copy the entire rest of the line.
 The characters copied are inserted in the buffer before point.
 
-Also see the `copy-line' command."
+Also see the `duplicate-line' command."
   (interactive "P")
   (let ((cc (current-column))
        n



reply via email to

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