mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
buffer-match-p doc string clarification
* lisp/subr.el (buffer-match-p): Actually say that nil is a valid value.
This commit is contained in:
parent
30f598bcc1
commit
07d6b3b577
1 changed files with 2 additions and 1 deletions
|
|
@ -6899,7 +6899,8 @@ lines."
|
|||
(defun buffer-match-p (condition buffer-or-name &optional arg)
|
||||
"Return non-nil if BUFFER-OR-NAME matches CONDITION.
|
||||
CONDITION is either:
|
||||
- the symbol t, to always match
|
||||
- the symbol t, to always match,
|
||||
- the symbol nil, which never matches,
|
||||
- a regular expression, to match a buffer name,
|
||||
- a predicate function that takes a buffer object and ARG as
|
||||
arguments, and returns non-nil if the buffer matches,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue