emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil cc59e446ea: evil-show-paren-range: fix incorrect docs


From: ELPA Syncer
Subject: [nongnu] elpa/evil cc59e446ea: evil-show-paren-range: fix incorrect docstring
Date: Sat, 7 Jan 2023 05:59:18 -0500 (EST)

branch: elpa/evil
commit cc59e446ea52dec04f9006aa22edb21a2ca27474
Author: Brian Leung <leungbk@mailfence.com>
Commit: Axel Forsman <axelsfor@gmail.com>

    evil-show-paren-range: fix incorrect docstring
---
 evil-vars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-vars.el b/evil-vars.el
index aec747f846..b076bf1015 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -421,7 +421,7 @@ also happen in graphical Emacs sessions.  Set this variable 
to
   :group 'evil)
 
 (defcustom evil-show-paren-range 0
-  "The minimal distance between point and a parenthesis
+  "The maximum distance between point and a parenthesis
 which causes the parenthesis to be highlighted."
   :type 'integer
   :group 'evil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]