emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico ca10911: README: Improve documentation


From: ELPA Syncer
Subject: [elpa] externals/vertico ca10911: README: Improve documentation
Date: Thu, 29 Jul 2021 13:57:17 -0400 (EDT)

branch: externals/vertico
commit ca10911c6a2e34388643a48fdee79d9184ec4fe5
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Improve documentation
---
 README.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 3a28222..461d86d 100644
--- a/README.org
+++ b/README.org
@@ -119,7 +119,7 @@
   - =<C-return>= -> ~vertico-exit-input~
   - =TAB= -> ~vertico-insert~
 
-* TAB completion
+* Completion styles and TAB completion
 
   The bindings of the ~minibuffer-local-completion-map~ are not available in
   Vertico by default. This means that TAB works differently from what you may
@@ -149,7 +149,8 @@
   Alternatively you can experiment with the built-in completion-styles, e.g.,
   adding =partial-completion= or =flex=. The =partial-completion= style is 
important
   to add if you want to open multiple files at once with ~find-file~ using
-  wildcards.
+  wildcards. In order to open multiple files at once, you have to move to the
+  prompt and then press =RET=.
 
   #+begin_src emacs-lisp
     (setq completion-styles '(basic substring partial-completion flex))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]