]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (match-buffers): Fix typo
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 15 Nov 2022 10:27:56 +0000 (11:27 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 15 Nov 2022 22:07:55 +0000 (23:07 +0100)
lisp/subr.el

index 6b83196d05b6349b3e9a388638ee1f8dcacae4cb..adaa0a913550831bbd1ad0f8d4ed7bd3597f8b27 100644 (file)
@@ -7061,7 +7061,7 @@ CONDITION is either:
 
 (defun match-buffers (condition &optional buffers arg)
   "Return a list of buffers that match CONDITION.
-See `buffer-match' for details on CONDITION.  By default all
+See `buffer-match-p' for details on CONDITION.  By default all
 buffers are checked, this can be restricted by passing an
 optional argument BUFFERS, set to a list of buffers to check.
 ARG is passed to `buffer-match', for predicate conditions in