From 006f621a89ca327ff0ca0287e14ae9fd432309e1 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Fri, 29 Jul 2022 18:21:54 +0200 Subject: [PATCH] ; * buffers.texi (Buffer List): Mention t --- doc/lispref/buffers.texi | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5