summaryrefslogtreecommitdiff
path: root/doc/lispref/buffers.texi
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-07-29 18:21:54 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-07-29 18:21:54 +0200
commit006f621a89ca327ff0ca0287e14ae9fd432309e1 (patch)
tree60a494202ae723d7f7e635b67a81fb8d6a41b2e8 /doc/lispref/buffers.texi
parent497b2689dad0770cd90ba0410a7a120ad94b6def (diff)
downloademacs-006f621a89ca327ff0ca0287e14ae9fd432309e1.tar.gz
; * buffers.texi (Buffer List): Mention t
Diffstat (limited to 'doc/lispref/buffers.texi')
-rw-r--r--doc/lispref/buffers.texi3
1 files changed, 3 insertions, 0 deletions
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