]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in etc/NEWS
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 5 Sep 2020 08:21:35 +0000 (10:21 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 5 Sep 2020 08:21:35 +0000 (10:21 +0200)
etc/NEWS

index da3928d6e491a6ed9335917c66a63e7d71e655ef..749b28ac3f7a9efdb89caa9af2a13f656c54d289 100644 (file)
--- 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.