projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
125b568
)
; * lisp/subr.el (match-buffers): Fix typo
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 15 Nov 2022 10:27:56 +0000
(11:27 +0100)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 15 Nov 2022 22:07:55 +0000
(23:07 +0100)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 6b83196d05b6349b3e9a388638ee1f8dcacae4cb..adaa0a913550831bbd1ad0f8d4ed7bd3597f8b27 100644
(file)
--- 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