; * buffers.texi (Buffer List): Mention t

This commit is contained in:
Philip Kaludercic 2022-07-29 18:21:54 +02:00
parent 497b2689da
commit 006f621a89

View file

@ -994,6 +994,9 @@ Satisfied if the buffer's major mode derives from @var{expr}.
Satisfied if the buffer's major mode is equal to @var{expr}. Prefer
using @code{derived-mode} instead when both can work.
@end table
@item t
Satisfied by any buffer. A convenient alternative to @code{""} (empty
string), @code{(and)} (empty conjunction) or @code{always}.
@end itemize
@end defun