Skip to content

Commit 682e87f

Browse files
rasziaxelf4
authored andcommitted
Fix typo
1 parent 94f9517 commit 682e87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evil-commands.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3878,7 +3878,7 @@ after executing the command."
38783878
(evil-ex-start-search 'forward count))
38793879

38803880
(evil-define-motion evil-ex-search-backward (count)
3881-
"Start a forward search."
3881+
"Start a backward search."
38823882
:jump t
38833883
:repeat evil-repeat-ex-search
38843884
(evil-ex-start-search 'backward count))

0 commit comments

Comments
 (0)