]> git.eshelyaron.com Git - emacs.git/commitdiff
; * buffers.texi (Buffer List): Mention t
authorPhilip Kaludercic <philipk@posteo.net>
Fri, 29 Jul 2022 16:21:54 +0000 (18:21 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Fri, 29 Jul 2022 16:21:54 +0000 (18:21 +0200)
doc/lispref/buffers.texi

index aee440fe78246417d04a756a52611f3b96f5693b..6a1d125701c5184ff734dab50f0583b7786482ce 100644 (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