From: Juanma Barranquero Date: Tue, 15 Nov 2022 10:27:56 +0000 (+0100) Subject: ; * lisp/subr.el (match-buffers): Fix typo X-Git-Tag: emacs-29.0.90~1616^2~151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2ba4538cb561b5f93f53c1088d55530f12bf483;p=emacs.git ; * lisp/subr.el (match-buffers): Fix typo --- diff --git a/lisp/subr.el b/lisp/subr.el index 6b83196d05b..adaa0a91355 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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