]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix wording and punctuation in recent Gnus documentation changes
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Mar 2022 11:52:09 +0000 (13:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Mar 2022 11:52:09 +0000 (13:52 +0200)
* 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.

doc/misc/gnus.texi
lisp/gnus/nnselect.el

index 20a2d920841f051e4aed8e89c8558aca00c0448a..f87eab7e5138f013cfefbbbb3282b3285bfa93ae 100644 (file)
@@ -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
index 9193b38e315ae98b43ab22a7b50bbeeea52633b5..c880d79840f250cde8f8a408f63c8fd5b65e7101 100644 (file)
@@ -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)