summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2022-04-06 09:26:26 -0500
committerOmar Antolín <omar.antolin@gmail.com>2022-04-06 09:26:26 -0500
commitc73716ecc922d814aa742212b74bfb63b5f8a1de (patch)
treec311c08ef159c2782d240b541eb85b6e691d55fb
parentb14971ddc3fa3361eb822dab45846ddede23b9c6 (diff)
Don't call Emacs 28 "unreleased"
-rw-r--r--README.org12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.org b/README.org
index 3e29267..b360c39 100644
--- a/README.org
+++ b/README.org
@@ -26,13 +26,11 @@ A completion style is a back-end for completion and is used from a
front-end that provides a completion UI. Any completion style can be
used with the default Emacs completion UI (sometimes called minibuffer
tab completion), with the built-in Icomplete package (which is similar
-to the more well-known Ido Mode), or with some third party minibuffer
-completion frameworks such as [[https://gitlab.com/protesilaos/mct][Mct]], [[https://github.com/minad/vertico][Vertico]], [[https://github.com/raxod502/selectrum][Selectrum]] (in its default
-configuration), or [[https://github.com/oantolin/icomplete-vertical][icomplete-vertical]] (note there is also a /built-in/
-package named icomplete-vertical in the unreleased version 28 of
-Emacs, which will eventually make the third party icomplete-vertical
-obsolete ---orderless works equally well with both icomplete-vertical
-packages).
+to the more well-known Ido Mode), the icomplete-vertical variant from
+Emacs 28 (see the external [[https://github.com/oantolin/icomplete-vertical][icomplete-vertical]] package to get that
+functionality on earlier versions of Emacs), or with some third party
+minibuffer completion frameworks such as [[https://gitlab.com/protesilaos/mct][Mct]], [[https://github.com/minad/vertico][Vertico]], or [[https://github.com/raxod502/selectrum][Selectrum]]
+(in its default configuration).
All the completion UIs just mentioned are for minibuffer completion,
used when Emacs commands prompt the user in the minibuffer for some