diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2022-11-15 11:27:56 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2022-11-15 23:07:55 +0100 |
commit | d2ba4538cb561b5f93f53c1088d55530f12bf483 (patch) | |
tree | 9a0fa409cec1f7f5fea92bbe0acf50025fd897c3 /lisp/subr.el | |
parent | 125b5684c3fb85ed77eeaeca3237393507e4df55 (diff) | |
download | emacs-d2ba4538cb561b5f93f53c1088d55530f12bf483.tar.gz emacs-d2ba4538cb561b5f93f53c1088d55530f12bf483.tar.bz2 emacs-d2ba4538cb561b5f93f53c1088d55530f12bf483.zip |
; * lisp/subr.el (match-buffers): Fix typo
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |