mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Fix wording and punctuation in recent Gnus documentation changes
* 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.
This commit is contained in:
parent
f9f6c67181
commit
33958bcd3d
@ -21736,9 +21736,9 @@ that sticks around after exit from the summary buffer, you can call
|
||||
@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
|
||||
|
@ -257,8 +257,7 @@ as `(keyfunc member)' and the corresponding element is just
|
||||
'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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user