diff options
| -rw-r--r-- | lisp/paren.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index d3e3df0046e..c5b26b83bbf 100644 --- a/lisp/paren.el +++ b/lisp/paren.el | |||
| @@ -44,7 +44,8 @@ | |||
| 44 | "Toggle Show Paren mode. | 44 | "Toggle Show Paren mode. |
| 45 | When Show Paren mode is enabled, any matching parenthesis is highlighted | 45 | When Show Paren mode is enabled, any matching parenthesis is highlighted |
| 46 | after `show-paren-delay' seconds of Emacs idle time. | 46 | after `show-paren-delay' seconds of Emacs idle time. |
| 47 | You must modify via \\[customize] for this variable to have an effect." | 47 | This variable should be set only with \\[customize], which is equivalent |
| 48 | to using the function `show-paren-mode'. | ||
| 48 | :set (lambda (symbol value) | 49 | :set (lambda (symbol value) |
| 49 | (show-paren-mode (or value 0))) | 50 | (show-paren-mode (or value 0))) |
| 50 | :initialize 'custom-initialize-default | 51 | :initialize 'custom-initialize-default |