mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Fix copy-from-above-command doc string type
* lisp/misc.el (copy-from-above-command): Fix doc string typo.
This commit is contained in:
parent
6362f65474
commit
4cdeec88ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user