diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:37:40 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:37:40 +0000 |
commit | 25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch) | |
tree | 36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/paren.el | |
parent | 495a3f8d9e7c4471d649875ac40700830422f553 (diff) | |
download | emacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index c5b26b83bbf..a3610daf364 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -45,7 +45,7 @@ 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'. +to using the function `show-paren-mode'." :set (lambda (symbol value) (show-paren-mode (or value 0))) :initialize 'custom-initialize-default |