diff options
| author | Oleg Pykhalov | 2018-04-12 21:19:23 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-04-12 21:19:23 +0200 |
| commit | 2892b4b99ca31771b16676d1893456310ae2abc4 (patch) | |
| tree | 19470c9cd91bedc112d859aadc1807ee9c7da9a1 /doc/misc | |
| parent | 02f4d79222d9511e03c16540c93b5e26fc2d3ac6 (diff) | |
| download | emacs-2892b4b99ca31771b16676d1893456310ae2abc4.tar.gz emacs-2892b4b99ca31771b16676d1893456310ae2abc4.zip | |
From: Lars Ingebrigtseb <larsi@gnus.org>
* lisp/gnus/gnus-sum.el (gnus-summary-limit-to-score): Allow limit
to articles that have a score below the stated number, too
(bug#30356).
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/gnus.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 1a2f6dd09f1..6c165424dd2 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -6672,7 +6672,8 @@ Limit the summary buffer to the unseen articles | |||
| 6672 | @kindex / v @r{(Summary)} | 6672 | @kindex / v @r{(Summary)} |
| 6673 | @findex gnus-summary-limit-to-score | 6673 | @findex gnus-summary-limit-to-score |
| 6674 | Limit the summary buffer to articles that have a score at or above some | 6674 | Limit the summary buffer to articles that have a score at or above some |
| 6675 | score (@code{gnus-summary-limit-to-score}). | 6675 | score (@code{gnus-summary-limit-to-score}). If given a prefix, below |
| 6676 | some score. | ||
| 6676 | 6677 | ||
| 6677 | @item / p | 6678 | @item / p |
| 6678 | @kindex / p @r{(Summary)} | 6679 | @kindex / p @r{(Summary)} |