diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/rmail.texi | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 82ac99f4776..6cad28099a6 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi | |||
| @@ -926,8 +926,7 @@ commas. | |||
| 926 | @findex rmail-summary-by-recipients | 926 | @findex rmail-summary-by-recipients |
| 927 | @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients}) | 927 | @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients}) |
| 928 | makes a partial summary mentioning only the messages that have one or | 928 | makes a partial summary mentioning only the messages that have one or |
| 929 | more recipients matching the regular expression @var{rcpts}. You can | 929 | more recipients matching the regular expression @var{rcpts}. This is matched |
| 930 | use commas to separate multiple regular expressions. These are matched | ||
| 931 | against the @samp{To}, @samp{From}, and @samp{CC} headers (supply a prefix | 930 | against the @samp{To}, @samp{From}, and @samp{CC} headers (supply a prefix |
| 932 | argument to exclude this header). | 931 | argument to exclude this header). |
| 933 | 932 | ||
| @@ -935,9 +934,8 @@ argument to exclude this header). | |||
| 935 | @findex rmail-summary-by-topic | 934 | @findex rmail-summary-by-topic |
| 936 | @kbd{C-M-t @var{topic} @key{RET}} (@code{rmail-summary-by-topic}) | 935 | @kbd{C-M-t @var{topic} @key{RET}} (@code{rmail-summary-by-topic}) |
| 937 | makes a partial summary mentioning only the messages whose subjects have | 936 | makes a partial summary mentioning only the messages whose subjects have |
| 938 | a match for the regular expression @var{topic}. You can use commas to | 937 | a match for the regular expression @var{topic}. With a prefix argument, |
| 939 | separate multiple regular expressions. With a prefix argument, the | 938 | the match is against the whole message, not just the subject. |
| 940 | match is against the whole message, not just the subject. | ||
| 941 | 939 | ||
| 942 | @kindex C-M-s @r{(Rmail)} | 940 | @kindex C-M-s @r{(Rmail)} |
| 943 | @findex rmail-summary-by-regexp | 941 | @findex rmail-summary-by-regexp |
| @@ -950,8 +948,7 @@ expression @var{regexp}. | |||
| 950 | @findex rmail-summary-by-senders | 948 | @findex rmail-summary-by-senders |
| 951 | @kbd{C-M-f @var{senders} @key{RET}} (@code{rmail-summary-by-senders}) | 949 | @kbd{C-M-f @var{senders} @key{RET}} (@code{rmail-summary-by-senders}) |
| 952 | makes a partial summary that mentions only the messages whose @samp{From} | 950 | makes a partial summary that mentions only the messages whose @samp{From} |
| 953 | fields match the regular expression @var{senders}. You can use commas to | 951 | fields match the regular expression @var{senders}. |
| 954 | separate multiple regular expressions. | ||
| 955 | 952 | ||
| 956 | Note that there is only one summary buffer for any Rmail buffer; | 953 | Note that there is only one summary buffer for any Rmail buffer; |
| 957 | making any kind of summary discards any previous summary. | 954 | making any kind of summary discards any previous summary. |