From: Lars Ingebrigtsen Date: Fri, 17 Jun 2022 17:47:08 +0000 (+0200) Subject: Fix copy-from-above-command doc string type X-Git-Tag: emacs-29.0.90~1447^2~1663 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cdeec88cef60dfc4366368edc515115ef0ccd02;p=emacs.git Fix copy-from-above-command doc string type * lisp/misc.el (copy-from-above-command): Fix doc string typo. --- diff --git a/lisp/misc.el b/lisp/misc.el index 88932681c1f..64438cd6cac 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