; * buffers.texi (Buffer List): Mention t
This commit is contained in:
parent
497b2689da
commit
006f621a89
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue