[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 33958bcd3d: Fix wording and punctuation in recent Gnus documentat
From: |
Eli Zaretskii |
Subject: |
master 33958bcd3d: Fix wording and punctuation in recent Gnus documentation changes |
Date: |
Fri, 4 Mar 2022 06:52:59 -0500 (EST) |
branch: master
commit 33958bcd3d90d626090f83cabae94e615176c92c
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
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.
---
doc/misc/gnus.texi | 4 ++--
lisp/gnus/nnselect.el | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 20a2d92084..f87eab7e51 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -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
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el
index 9193b38e31..c880d79840 100644
--- a/lisp/gnus/nnselect.el
+++ b/lisp/gnus/nnselect.el
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 33958bcd3d: Fix wording and punctuation in recent Gnus documentation changes,
Eli Zaretskii <=