]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-paren-mode): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:29:38 +0000 (21:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:29:38 +0000 (21:29 +0000)
lisp/paren.el

index d3e3df0046ebcb080c85ee5f05ae1b2f6d73e749..c5b26b83bbf59932e02dd227bd3afa3d49d95459 100644 (file)
@@ -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