branch: elpa/evil commit cc59e446ea52dec04f9006aa22edb21a2ca27474 Author: Brian Leung <leun...@mailfence.com> Commit: Axel Forsman <axels...@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)