(show-paren-mode): Doc fix.
This commit is contained in:
parent
739db5044a
commit
757c19e895
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +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.
|
||||
This variable should be set only with \\[customize], which is equivalent
|
||||
to using the function `show-paren-mode'."
|
||||
Setting this variable directly does not take effect;
|
||||
use either \\[customize] or the function `show-paren-mode'."
|
||||
:set (lambda (symbol value)
|
||||
(show-paren-mode (or value 0)))
|
||||
:initialize 'custom-initialize-default
|
||||
|
|
Loading…
Add table
Reference in a new issue