projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6362f65
)
Fix copy-from-above-command doc string type
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 17 Jun 2022 17:47:08 +0000
(19:47 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/misc.el
b/lisp/misc.el
index 88932681c1fee62efdef6ec0f46f8c84fdbc6422..64438cd6cacdf31959d0fcb2ccc11feadb55aa03 100644
(file)
--- 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