From: Philip Kaludercic Date: Fri, 29 Jul 2022 16:21:54 +0000 (+0200) Subject: ; * buffers.texi (Buffer List): Mention t X-Git-Tag: emacs-29.0.90~1447^2~662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=006f621a89ca327ff0ca0287e14ae9fd432309e1;p=emacs.git ; * buffers.texi (Buffer List): Mention t --- diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index aee440fe782..6a1d125701c 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi @@ -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