; * lisp/paren.el (show-paren-predicate): Doc fix. (Bug#61098)
This commit is contained in:
parent
3ffd0eddce
commit
94f291d150
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ On non-graphical frames, the context is shown in the echo area."
|
||||||
"Whether to use `show-paren-mode' in a buffer.
|
"Whether to use `show-paren-mode' in a buffer.
|
||||||
The default is to enable the mode in all buffers that don't
|
The default is to enable the mode in all buffers that don't
|
||||||
derive from `special-mode', which means that it's on (by default)
|
derive from `special-mode', which means that it's on (by default)
|
||||||
in all editing buffers."
|
in all editing buffers.
|
||||||
|
The predicate is passed as argument to `buffer-match-p', which see."
|
||||||
:type 'buffer-predicate
|
:type 'buffer-predicate
|
||||||
:safe #'booleanp
|
:safe #'booleanp
|
||||||
:version "29.1")
|
:version "29.1")
|
||||||
|
|
Loading…
Add table
Reference in a new issue