Mercurial > emacs
diff lisp/paren.el @ 24650:90f146dfd6e7
(show-paren-mode): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 27 Apr 1999 19:10:09 +0000 |
parents | d0b40f823255 |
children | 1b1edbd429ea |
line wrap: on
line diff
--- a/lisp/paren.el Tue Apr 27 19:02:58 1999 +0000 +++ b/lisp/paren.el Tue Apr 27 19:10:09 1999 +0000 @@ -44,8 +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. -This variable should be set only with \\[customize], which is equivalent -to using the function `show-paren-mode'." +Setting this variable directly does not take effect; +use either \\[customize] or the function `show-paren-mode'." :set (lambda (symbol value) (show-paren-mode (or value 0))) :initialize 'custom-initialize-default