# HG changeset patch # User Karl Heuer # Date 922829378 0 # Node ID e73df1859dfa21d941c84f6c98b9cf22d5686304 # Parent de478a2ca2b74ea67406fbdd03ea406d1b31aa09 (show-paren-mode): Doc fix. diff -r de478a2ca2b7 -r e73df1859dfa lisp/paren.el --- a/lisp/paren.el Tue Mar 30 21:29:29 1999 +0000 +++ b/lisp/paren.el Tue Mar 30 21:29:38 1999 +0000 @@ -44,7 +44,8 @@ "Toggle Show Paren mode. When Show Paren mode is enabled, any matching parenthesis is highlighted after `show-paren-delay' seconds of Emacs idle time. -You must modify via \\[customize] for this variable to have an effect." +This variable should be set only with \\[customize], which is equivalent +to using the function `show-paren-mode'. :set (lambda (symbol value) (show-paren-mode (or value 0))) :initialize 'custom-initialize-default