summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-03-04 13:52:09 +0200
committerEli Zaretskii <eliz@gnu.org>2022-03-04 13:52:09 +0200
commit33958bcd3d90d626090f83cabae94e615176c92c (patch)
tree0213b486cbf90e1ad78a6fae0616154afd2af5fc /lisp
parentf9f6c67181584cdf8334610031486baf1d9ad203 (diff)
downloademacs-33958bcd3d90d626090f83cabae94e615176c92c.tar.gz
emacs-33958bcd3d90d626090f83cabae94e615176c92c.tar.bz2
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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/nnselect.el3
1 files changed, 1 insertions, 2 deletions
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
'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)