changeset 24650:90f146dfd6e7

(show-paren-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 19:10:09 +0000
parents ce2b5ccac297
children e37c2cde8d20
files lisp/paren.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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