aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))