summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-09-05 10:21:35 +0200
committerMichael Albinus <michael.albinus@gmx.de>2020-09-05 10:21:35 +0200
commita6b45145824043eb0c049270ef37e64f1a677b4e (patch)
treea857c813778f376d2bb83f5b6d34254f773d0aba
parentecfc13e41627511769e00a2d0a7568d5bdbe8a0d (diff)
downloademacs-a6b45145824043eb0c049270ef37e64f1a677b4e.tar.gz
; Fix typos in etc/NEWS
-rw-r--r--etc/NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index da3928d6e49..749b28ac3f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -317,24 +317,24 @@ tags to be considered as well.
** Gnus
+++
-*** New backend 'nnselect'
-The newly added nnselect backend allows creating groups from an
+*** New backend 'nnselect'.
+The newly added 'nnselect' backend allows creating groups from an
arbitrary list of articles that may come from multiple groups and
-servers. These groups generally behave like any other group: they may
+servers. These groups generally behave like any other group: they may
be ephemeral or persistent, and allow article marking, moving,
-deletion, etc. Nnselect groups may be created like any other group,
+deletion, etc. 'nnselect' groups may be created like any other group,
but there is also a convenience function for the common case of
obtaining the list of articles as a result of a search:
-'gnus-group-make-search-group' (G g) that will prompt for an nnir
+'gnus-group-make-search-group' ('G g') that will prompt for an 'nnir'
search query and create a dedicated group for that search. As part of
-this addition, the variable 'nnir-summary-line-format' has been
+this addition, the user option 'nnir-summary-line-format' has been
removed; it's functionality is now available directly in the
-'gnus-summary-line-format' 'G' and 'g' specs. The variable
-'gnus-refer-thread-use-nnir' has been renamed
+'gnus-summary-line-format' '%G' and '%g' specs. The user option
+'gnus-refer-thread-use-nnir' has been renamed to
'gnus-refer-thread-use-search'.
+++
-*** New user option 'gnus-dbus-close-on-sleep'
+*** New user option 'gnus-dbus-close-on-sleep'.
On systems with D-Bus support, it is now possible to register a signal
to close all Gnus servers before the system sleeps.