aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKARASZI István <ikaraszi@gmail.com>2025-03-18 18:13:19 +0100
committerAxel Forsman <axel@axelf.se>2025-03-18 19:16:00 +0100
commit682e87fce99f39ea3155f11f87ee56b6e4593304 (patch)
treee0e424f872f2a84779dd5d286eae31a77bb6bc8f
parent94f9517f66be80395ef7ba3604278ed5624b9529 (diff)
Fix typo
-rw-r--r--evil-commands.el2
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))