diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:29:38 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:29:38 +0000 |
commit | 14fd44abc9d2435bd61e2eba4b175f2ec2d260bd (patch) | |
tree | ece40a1a88b4ffc13f6260c24d1e4b5d8cd368c6 /lisp/paren.el | |
parent | ce5d15426f7f90042bbbe2af5e0a433aa40b485e (diff) | |
download | emacs-14fd44abc9d2435bd61e2eba4b175f2ec2d260bd.tar.gz |
(show-paren-mode): Doc fix.
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index d3e3df0046e..c5b26b83bbf 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -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 |