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

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

[elpa] externals/mct b6d7b21 3/3: Reword docs about completion group mot


From: ELPA Syncer
Subject: [elpa] externals/mct b6d7b21 3/3: Reword docs about completion group motions
Date: Sat, 13 Nov 2021 00:57:30 -0500 (EST)

branch: externals/mct
commit b6d7b21a9522a819d107446a9c093788d6f82870
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Reword docs about completion group motions
---
 README.org | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 368cd44..4106783 100644
--- a/README.org
+++ b/README.org
@@ -311,11 +311,15 @@ There are several ways to select a completion candidate.
   #+findex: mct-next-completion-group
   #+findex: mct-previous-completion-group
 + Emacs 28 has the ability to group candidates inside the completions'
-  buffer under headings.  MCT provides motions that jump between such
-  heading, placing the point at the first candidate right below the
-  heading's text.  Use =M-n= (~mct-next-completion-group~) and =M-p=
+  buffer under headings.  For example, the Consult package makes good
+  use of those ([[#h:03227254-d467-4147-b8cf-2fe05a2e279b][Extensions]]).  MCT 
provides motions that jump between
+  such headings, placing the point at the first candidate right below
+  the heading's text.  Use =M-n= (~mct-next-completion-group~) and =M-p=
   (~mct-previous-completion-group~) to move to the next or previous one,
-  respectively.  Both commands accept an optional numeric argument.
+  respectively.  Both commands accept an optional numeric argument.  For
+  the sake of avoiding surprises, these commands do not cycle between
+  the completions and the minibuffer: they stop at the first or last
+  heading.
 
   #+findex: mct-backward-updir
 + When using completion categories that involve file paths, such as



reply via email to

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