diff options
| author | Brian Leung <leungbk@mailfence.com> | 2020-10-26 15:40:13 -0700 |
|---|---|---|
| committer | Axel Forsman <axelsfor@gmail.com> | 2023-01-07 11:07:40 +0100 |
| commit | cc59e446ea52dec04f9006aa22edb21a2ca27474 (patch) | |
| tree | 855cded52673cf28f3d5eb90ae9dab5320212e40 | |
| parent | b73094a82ee31fc4a9aa7453bbbe51e37be3447f (diff) | |
evil-show-paren-range: fix incorrect docstring
| -rw-r--r-- | evil-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-vars.el b/evil-vars.el index aec747f..b076bf1 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) |
