diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-08-25 09:36:20 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-08-25 09:36:20 +0200 |
| commit | ab12503bdbef9e428dbe4ed75cb26c7c6dfc580b (patch) | |
| tree | fff139f06223d540ce6d9100d38338fe58b56d97 /extensions/corfu-popupinfo.el | |
| parent | 3a03fa14a845e348bf39619bc282040abdf14600 (diff) | |
Update documentation
Diffstat (limited to 'extensions/corfu-popupinfo.el')
| -rw-r--r-- | extensions/corfu-popupinfo.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el index 88ca668..e23f092 100644 --- a/extensions/corfu-popupinfo.el +++ b/extensions/corfu-popupinfo.el @@ -60,9 +60,9 @@ preselected candidate. Otherwise the popup can be requested manually via `corfu-popupinfo-toggle', `corfu-popupinfo-documentation' and `corfu-popupinfo-location'. -It is *not recommended* to use a very small delay, since this -will create high load for Emacs since retrieving the -documentation is usually expensive." +It is *not recommended* to use a short delay or even 0, since +this will create high load for Emacs. Retrieving the +documentation from the backend is usually expensive." :type '(choice (const :tag "Never" nil) (number :tag "Delay in seconds") (cons :tag "Two Delays" |
