branch: externals/mct commit 1084f5811375fa93eaaf890dda649ecbb22c54df Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify mct-live-completion doc string --- mct.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mct.el b/mct.el index a027a1d..6b5e0f0 100644 --- a/mct.el +++ b/mct.el @@ -77,7 +77,9 @@ Only works when variable `file-name-shadow-mode' is non-nil." When disabled, the user has to manually request completions, using the regular activating commands. Note that `mct-completion-passlist' overrides this option, while taking -precedence over `mct-completion-blocklist'." +precedence over `mct-completion-blocklist'. + +Live updating is subject to `mct-minimum-input'." :type 'boolean :group 'mct)