From: Dave Love Date: Tue, 27 Apr 1999 19:10:09 +0000 (+0000) Subject: (show-paren-mode): Doc fix. X-Git-Tag: emacs-20.4~299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=757c19e895beda6211b5c18583bd816b0e90f53c;p=emacs.git (show-paren-mode): Doc fix. --- diff --git a/lisp/paren.el b/lisp/paren.el index a3610daf364..b59b96e4f40 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -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