aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-06-17 19:47:08 +0200
committerLars Ingebrigtsen2022-06-17 19:47:08 +0200
commit4cdeec88cef60dfc4366368edc515115ef0ccd02 (patch)
treed4ee51e49a15d1a0260fd7eb4ab6f8cc741d1430
parent6362f65474bad81c1d57b9b603c65686a0dd853e (diff)
downloademacs-4cdeec88cef60dfc4366368edc515115ef0ccd02.tar.gz
emacs-4cdeec88cef60dfc4366368edc515115ef0ccd02.zip
Fix copy-from-above-command doc string type
* lisp/misc.el (copy-from-above-command): Fix doc string typo.
-rw-r--r--lisp/misc.el2
1 files changed, 1 insertions, 1 deletions
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.
35If no argument given, copy the entire rest of the line. 35If no argument given, copy the entire rest of the line.
36The characters copied are inserted in the buffer before point. 36The characters copied are inserted in the buffer before point.
37 37
38Also see the `copy-line' command." 38Also see the `duplicate-line' command."
39 (interactive "P") 39 (interactive "P")
40 (let ((cc (current-column)) 40 (let ((cc (current-column))
41 n 41 n