mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
feature/evil: update docstring of +evil/reselect-paste
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +evil/reselect-paste ()
|
(defun +evil/reselect-paste ()
|
||||||
"Go back into visual mode and reselect the last pasted region."
|
"Return to visual mode and reselect the last pasted region."
|
||||||
(interactive)
|
(interactive)
|
||||||
(cl-destructuring-bind (_ _ _ beg end &optional _)
|
(cl-destructuring-bind (_ _ _ beg end &optional _)
|
||||||
evil-last-paste
|
evil-last-paste
|
||||||
|
Reference in New Issue
Block a user