projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ffd0ed
)
; * lisp/paren.el (show-paren-predicate): Doc fix. (Bug#61098)
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 5 Feb 2023 15:27:43 +0000
(17:27 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 5 Feb 2023 15:27:43 +0000
(17:27 +0200)
lisp/paren.el
patch
|
blob
|
history
diff --git
a/lisp/paren.el
b/lisp/paren.el
index b2a79624c0f94aa1e309caa65bc06fe89f147e20..d1623a2b24854ec887a61a0c31d5c9af7385d18e 100644
(file)
--- a/
lisp/paren.el
+++ b/
lisp/paren.el
@@
-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.
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)
-in all editing buffers."
+in all editing buffers.
+The predicate is passed as argument to `buffer-match-p', which see."
:type 'buffer-predicate
:safe #'booleanp
:version "29.1")