aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/paren.el3
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.
45When Show Paren mode is enabled, any matching parenthesis is highlighted 45When Show Paren mode is enabled, any matching parenthesis is highlighted
46after `show-paren-delay' seconds of Emacs idle time. 46after `show-paren-delay' seconds of Emacs idle time.
47You must modify via \\[customize] for this variable to have an effect." 47This variable should be set only with \\[customize], which is equivalent
48to 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