diff options
| author | Lars Ingebrigtsen | 2022-06-17 19:47:08 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-06-17 19:47:08 +0200 |
| commit | 4cdeec88cef60dfc4366368edc515115ef0ccd02 (patch) | |
| tree | d4ee51e49a15d1a0260fd7eb4ab6f8cc741d1430 | |
| parent | 6362f65474bad81c1d57b9b603c65686a0dd853e (diff) | |
| download | emacs-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.el | 2 |
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. | |||
| 35 | If no argument given, copy the entire rest of the line. | 35 | If no argument given, copy the entire rest of the line. |
| 36 | The characters copied are inserted in the buffer before point. | 36 | The characters copied are inserted in the buffer before point. |
| 37 | 37 | ||
| 38 | Also see the `copy-line' command." | 38 | Also 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 |