emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 94f291d150: ; * lisp/paren.el (show-paren-predicate): Doc fix.


From: Eli Zaretskii
Subject: emacs-29 94f291d150: ; * lisp/paren.el (show-paren-predicate): Doc fix. (Bug#61098)
Date: Sun, 5 Feb 2023 10:27:59 -0500 (EST)

branch: emacs-29
commit 94f291d1505a6eccc3d7503992265f9e15101c86
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/paren.el (show-paren-predicate): Doc fix.  (Bug#61098)
---
 lisp/paren.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/paren.el b/lisp/paren.el
index b2a79624c0..d1623a2b24 100644
--- 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]