diff options
| author | KARASZI István <ikaraszi@gmail.com> | 2025-03-18 18:13:19 +0100 |
|---|---|---|
| committer | Axel Forsman <axel@axelf.se> | 2025-03-18 19:16:00 +0100 |
| commit | 682e87fce99f39ea3155f11f87ee56b6e4593304 (patch) | |
| tree | e0e424f872f2a84779dd5d286eae31a77bb6bc8f | |
| parent | 94f9517f66be80395ef7ba3604278ed5624b9529 (diff) | |
Fix typo
| -rw-r--r-- | evil-commands.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-commands.el b/evil-commands.el index df58bfe..5dbda83 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -3878,7 +3878,7 @@ after executing the command." (evil-ex-start-search 'forward count)) (evil-define-motion evil-ex-search-backward (count) - "Start a forward search." + "Start a backward search." :jump t :repeat evil-repeat-ex-search (evil-ex-start-search 'backward count)) |
