aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-04-27 19:10:09 +0000
committerDave Love1999-04-27 19:10:09 +0000
commit757c19e895beda6211b5c18583bd816b0e90f53c (patch)
tree80de9d3f4cf7caef4e7617230585cba0c25de46e
parent739db5044a5a096e9f90bcb3ebf5469a81aef1f6 (diff)
downloademacs-757c19e895beda6211b5c18583bd816b0e90f53c.tar.gz
emacs-757c19e895beda6211b5c18583bd816b0e90f53c.zip
(show-paren-mode): Doc fix.
-rw-r--r--lisp/paren.el4
1 files changed, 2 insertions, 2 deletions
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 @@
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.
47This variable should be set only with \\[customize], which is equivalent 47Setting this variable directly does not take effect;
48to using the function `show-paren-mode'." 48use either \\[customize] or the function `show-paren-mode'."
49 :set (lambda (symbol value) 49 :set (lambda (symbol value)
50 (show-paren-mode (or value 0))) 50 (show-paren-mode (or value 0)))
51 :initialize 'custom-initialize-default 51 :initialize 'custom-initialize-default