; * lisp/subr.el (match-buffers): Fix typo
This commit is contained in:
parent
125b5684c3
commit
d2ba4538cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue