emacs-diffs
[Top][All Lists]
Advanced

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

master d2ba4538cb: ; * lisp/subr.el (match-buffers): Fix typo


From: Juanma Barranquero
Subject: master d2ba4538cb: ; * lisp/subr.el (match-buffers): Fix typo
Date: Tue, 15 Nov 2022 17:09:02 -0500 (EST)

branch: master
commit d2ba4538cb561b5f93f53c1088d55530f12bf483
Author: Juanma Barranquero <lekktu@gmail.com>
Commit: Juanma Barranquero <lekktu@gmail.com>

    ; * lisp/subr.el (match-buffers): Fix typo
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 6b83196d05..adaa0a9135 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



reply via email to

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