branch: externals/mct commit 7a750bf4204c1e2ac1bedb74868e9288f3484679 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Minor update to doc string --- mct.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mct.el b/mct.el index 4ffd493296..0790152aa5 100644 --- a/mct.el +++ b/mct.el @@ -115,8 +115,9 @@ number of candidates that are being computed." (defcustom mct-live-update-delay 0.3 "Delay in seconds before updating the Completions' buffer. +Set this to 0 to disable the delay. -Set this to 0 to disable the delay." +This applies in all cases covered by `mct-live-completion'." :type 'number :group 'mct)