]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix copy-from-above-command doc string type
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 17 Jun 2022 17:47:08 +0000 (19:47 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 17 Jun 2022 17:47:08 +0000 (19:47 +0200)
* lisp/misc.el (copy-from-above-command): Fix doc string typo.

lisp/misc.el

index 88932681c1fee62efdef6ec0f46f8c84fdbc6422..64438cd6cacdf31959d0fcb2ccc11feadb55aa03 100644 (file)
@@ -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