From 94f291d1505a6eccc3d7503992265f9e15101c86 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 5 Feb 2023 17:27:43 +0200 Subject: [PATCH] ; * 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 b2a79624c0f..d1623a2b248 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") -- 2.39.5