diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 9f7cb3ab6a9..c220a7f4a88 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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, |