diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-19 16:46:26 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-19 16:46:26 +0200 |
commit | e79d1e151f19b9679fa9ffa32d12d917e322136a (patch) | |
tree | a0d889afca987c9a15431e45fb379630b0894842 /doc/misc | |
parent | b8f447867f20ebfc2bb80dd44ecfac9b7b2ea628 (diff) | |
download | emacs-e79d1e151f19b9679fa9ffa32d12d917e322136a.tar.gz emacs-e79d1e151f19b9679fa9ffa32d12d917e322136a.tar.bz2 emacs-e79d1e151f19b9679fa9ffa32d12d917e322136a.zip |
Document Gnus body matching quirks
* doc/misc/gnus.texi (Summary Score Commands): Document body
match quirks (bug#43502).
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/gnus.texi | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 76aaca16995..2a0b51bd88c 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -19907,7 +19907,7 @@ Substring matching. Fuzzy matching (@pxref{Fuzzy Matching}). @item r -Regexp matching +Regexp matching. @end table @item date @@ -19935,6 +19935,21 @@ Equal to number. @item > Greater than number. @end table + +@item body-strings + +These match types are available on the @samp{head} and @code{body} +``header types''. + +@table @kbd + +@item z +Substring matching. + +@item p +Regexp matching. +@end table + @end table @item @@ -19970,7 +19985,8 @@ To make things a bit more complicated, there are shortcuts. If you use a capital letter on either the second or third keys, Gnus will use defaults for the remaining one or two keystrokes. The defaults are ``substring'' and ``temporary''. So @kbd{I A} is the same as @kbd{I a s -t}, and @kbd{I a R} is the same as @kbd{I a r t}. +t}, and @kbd{I a R} is the same as @kbd{I a r t}. (These shortcuts +are not available for the body matches.) These functions take both the numerical prefix and the symbolic prefix (@pxref{Symbolic Prefixes}). A numerical prefix says how much to lower |