diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-03-04 13:52:09 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-03-04 13:52:09 +0200 |
commit | 33958bcd3d90d626090f83cabae94e615176c92c (patch) | |
tree | 0213b486cbf90e1ad78a6fae0616154afd2af5fc /lisp | |
parent | f9f6c67181584cdf8334610031486baf1d9ad203 (diff) | |
download | emacs-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.el | 3 |
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) |