branch: elpa/evil commit 682e87fce99f39ea3155f11f87ee56b6e4593304 Author: KARASZI István <ikara...@gmail.com> Commit: Axel Forsman <a...@axelf.se>
Fix typo --- evil-commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-commands.el b/evil-commands.el index df58bfe439..5dbda830b7 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))