projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497b268
)
; * buffers.texi (Buffer List): Mention t
author
Philip Kaludercic
<philipk@posteo.net>
Fri, 29 Jul 2022 16:21:54 +0000
(18:21 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Fri, 29 Jul 2022 16:21:54 +0000
(18:21 +0200)
doc/lispref/buffers.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/buffers.texi
b/doc/lispref/buffers.texi
index aee440fe78246417d04a756a52611f3b96f5693b..6a1d125701c5184ff734dab50f0583b7786482ce 100644
(file)
--- 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