diff options
| author | Axel Forsman <axel@axelf.se> | 2023-08-24 10:56:27 +0200 |
|---|---|---|
| committer | Axel Forsman <axelsfor@gmail.com> | 2023-08-27 13:07:58 +0200 |
| commit | 2d8918e827b970623cf1ab5ef073412c33196d04 (patch) | |
| tree | 5f0ca57012a1c63c3467e5beaabbbc8e57c899c6 /evil-types.el | |
| parent | a667d8857f8a64249b53a4c45805ed6d62da4e5d (diff) | |
Do not silence unused evil-define-command argument
Diffstat (limited to 'evil-types.el')
| -rw-r--r-- | evil-types.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-types.el b/evil-types.el index 0e347d0..33f73c4 100644 --- a/evil-types.el +++ b/evil-types.el @@ -311,7 +311,7 @@ directly." (evil-operator-range t)) (evil-define-interactive-code "<v>" - "Typed motion range of visual range(BEG END TYPE). + "Typed motion range of visual range (BEG END TYPE). If visual state is inactive then those values are nil." (if (evil-visual-state-p) (let ((range (evil-visual-range))) |
