summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2021-08-18 11:37:55 +0100
committerJoão Távora <joaotavora@gmail.com>2021-08-18 11:38:11 +0100
commitc17e03ace54b676cf3bf193153cf5e9b367cdd61 (patch)
treee2d7731e550f0290f046154fa358c434ca609b11
parentf26a027d6b8e0b894d5d28c446643d411b376ea9 (diff)
downloademacs-c17e03ace54b676cf3bf193153cf5e9b367cdd61.tar.gz
; * etc/NEWS (Icomplete): Fix typo and remove redundant word
-rw-r--r--etc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1b4712828c5..8b536541702 100644
--- 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.