ce-command-copy: clarify docstring

it is used for both (c)opying and (m)oving
This commit is contained in:
xfnw 2024-07-19 14:11:21 -04:00
parent 903bc2cda9
commit 3fa2ca50e9

2
ce.cl
View File

@ -458,7 +458,7 @@ specific command. the recognized commands are as follows:
(return))))))))
(defun ce-command-copy (c)
"copy the region to argument line"
"copy or move the region to argument line"
(ce-reset-input)
(let ((mlen (list-length buffer)))
(let ((inp (1+ (ce-mod (parse-integer (read-line)) mlen)))