* lisp/gnus/nnselect.el (nnselect-allow-ephemeral-expiry): Make
the first sentence of the doc string be a single line.
* doc/misc/gnus.texi (Creating Search Groups): Fix space between
sentences.
@code{gnus-group-make-search-group} (bound to @kbd{G g}).
Unlike persistent groups, ephemeral groups by default do not run
-articles through the expiry process on exiting. If you want expiry to
+articles through the expiry process on exiting. If you want expiry to
happen in ephemeral search groups you can customize the variable
-@code{nnselect-allow-ephemeral-expiry}. In all cases the expiry
+@code{nnselect-allow-ephemeral-expiry}. In all cases the expiry
process uses the underlying group's expiry parameters.
So you just performed a search whose results are so fabulous you
'nnselect-retrieve-headers-override-function "28.1")
(defcustom nnselect-allow-ephemeral-expiry nil
- "If non-nil, articles in an ephemeral nnselect group will be put
-through the expiry process."
+ "If non-nil, articles in ephemeral nnselect groups are subject to expiry."
:version "29.1"
:type 'boolean)