1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

(show-paren-mode): Doc fix.

This commit is contained in:
Karl Heuer 1999-03-30 21:29:38 +00:00
parent ce5d15426f
commit 14fd44abc9

View 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