]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS (Icomplete): Fix typo and remove redundant word
authorJoão Távora <joaotavora@gmail.com>
Wed, 18 Aug 2021 10:37:55 +0000 (11:37 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 18 Aug 2021 10:38:11 +0000 (11:38 +0100)
etc/NEWS

index 1b4712828c59a71b84f3b18982a7b01b0dc20b05..8b536541702114491d73e0a6fde64cad5148e134 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -666,13 +666,12 @@ prompt prefix.
 
 +++
 *** New minor modes 'icomplete-vertical-mode' and 'fido-vertical-mode'
-These modes are modify Icomplete ('M-x icomplete-mode') and Fido ('M-x
+These modes modify Icomplete ('M-x icomplete-mode') and Fido ('M-x
 fido-mode'), to display completions candidates vertically instead of
 horizontally.  In Icomplete, completions are rotated and selection
 kept at the top.  In Fido, completions scroll like a typical dropdown
 widget.  Both these new minor modes will first turn on their
-respective non-vertical counterparts first, if they are not on
-already.
+non-vertical counterparts first, if they are not on already.
 
 ---
 *** Default value of 'icomplete-compute-delay' has been changed to 0.15 s.