From 682e87fce99f39ea3155f11f87ee56b6e4593304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KARASZI=20Istv=C3=A1n?= Date: Tue, 18 Mar 2025 18:13:19 +0100 Subject: Fix typo --- evil-commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.0