branch: externals/mct
commit 2028e464b69ec2e97d36efdc7e7fabc1d0393a9d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Reword mct-tcm Commentary
    
    For a discussion, see issue 25: 
<https://gitlab.com/protesilaos/mct/-/issues/25>.
---
 mct-tcm.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mct-tcm.el b/mct-tcm.el
index 86b71dbcdf..b768105d0d 100644
--- a/mct-tcm.el
+++ b/mct-tcm.el
@@ -25,7 +25,11 @@
 ;;; Commentary:
 ;;
 ;; An extension to MCT that intercepts single character keys in the
-;; Completions' buffer and send them as input in the minibuffer.
+;; Completions' buffer and sends them as input in the minibuffer.  In
+;; practice, this means that the user can start typing something in the
+;; minibuffer, switch to the Completions to select something, realise
+;; that they need to narrow further, type some further input which takes
+;; them back to the minibuffer.
 
 ;;; Code:
 

Reply via email to