changeset 24544:e73df1859dfa

(show-paren-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:29:38 +0000
parents de478a2ca2b7
children 303c1eaaad3a
files lisp/paren.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/paren.el	Tue Mar 30 21:29:29 1999 +0000
+++ b/lisp/paren.el	Tue Mar 30 21:29:38 1999 +0000
@@ -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