]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/paren.el (show-paren-predicate): Doc fix. (Bug#61098)
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Feb 2023 15:27:43 +0000 (17:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Feb 2023 15:27:43 +0000 (17:27 +0200)
lisp/paren.el

index b2a79624c0f94aa1e309caa65bc06fe89f147e20..d1623a2b24854ec887a61a0c31d5c9af7385d18e 100644 (file)
@@ -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")