aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-03-04 13:52:09 +0200
committerEli Zaretskii2022-03-04 13:52:09 +0200
commit33958bcd3d90d626090f83cabae94e615176c92c (patch)
tree0213b486cbf90e1ad78a6fae0616154afd2af5fc
parentf9f6c67181584cdf8334610031486baf1d9ad203 (diff)
downloademacs-33958bcd3d90d626090f83cabae94e615176c92c.tar.gz
emacs-33958bcd3d90d626090f83cabae94e615176c92c.zip
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.
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--lisp/gnus/nnselect.el3
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 20a2d920841..f87eab7e513 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
21736@code{gnus-group-make-search-group} (bound to @kbd{G g}). 21736@code{gnus-group-make-search-group} (bound to @kbd{G g}).
21737 21737
21738Unlike persistent groups, ephemeral groups by default do not run 21738Unlike persistent groups, ephemeral groups by default do not run
21739articles through the expiry process on exiting. If you want expiry to 21739articles through the expiry process on exiting. If you want expiry to
21740happen in ephemeral search groups you can customize the variable 21740happen in ephemeral search groups you can customize the variable
21741@code{nnselect-allow-ephemeral-expiry}. In all cases the expiry 21741@code{nnselect-allow-ephemeral-expiry}. In all cases the expiry
21742process uses the underlying group's expiry parameters. 21742process uses the underlying group's expiry parameters.
21743 21743
21744So you just performed a search whose results are so fabulous you 21744So you just performed a search whose results are so fabulous you
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el
index 9193b38e315..c880d79840f 100644
--- a/lisp/gnus/nnselect.el
+++ b/lisp/gnus/nnselect.el
@@ -257,8 +257,7 @@ as `(keyfunc member)' and the corresponding element is just
257 'nnselect-retrieve-headers-override-function "28.1") 257 'nnselect-retrieve-headers-override-function "28.1")
258 258
259(defcustom nnselect-allow-ephemeral-expiry nil 259(defcustom nnselect-allow-ephemeral-expiry nil
260 "If non-nil, articles in an ephemeral nnselect group will be put 260 "If non-nil, articles in ephemeral nnselect groups are subject to expiry."
261through the expiry process."
262 :version "29.1" 261 :version "29.1"
263 :type 'boolean) 262 :type 'boolean)
264 263