Skip to content

Commit

Permalink
doc, fix: docstring of citre-capf-optimize-for-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaiKinono committed Apr 30, 2024
1 parent 88e12b0 commit 13e2deb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions citre-backend-interface.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13e2deb

Please sign in to comment.