From 13e2debf5d7fac3fa474c984fe909a4a56ba4ed6 Mon Sep 17 00:00:00 2001 From: AmaiKinono Date: Tue, 30 Apr 2024 00:30:40 +0800 Subject: [PATCH] doc, fix: docstring of citre-capf-optimize-for-popup --- citre-backend-interface.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/citre-backend-interface.el b/citre-backend-interface.el index 5eb9022..3bdc892 100644 --- a/citre-backend-interface.el +++ b/citre-backend-interface.el @@ -82,8 +82,9 @@ turn until one succeeded." ;; cache the results only when this is non-nil. (defcustom citre-capf-optimize-for-popup t "Non-nil means optimize for popup completion. -This caches latest completion result, and allows typing while -calculating completions, making it slicker to use. +This allows user input to interrupt the completing calculation, +so Emacs won't freeze for popup completion. Backends may have +further optimizations depending on this variable. `company' and `auto-complete' users should leave this as t. For other users, set this to nil may be slightly better, since a