branch: externals/company
commit 5618f28d62cbbdcccdaee1b455fc6e9d1c8bff31
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Clarify NEWS entry
#1073
It also affects any other backends which give timers a chance to run, like
those
that use external process communication. No matter if they use url-retrieve
or
url-retrieve-synchronously.
So far the effect seems uniformly beneficial, though.
---
NEWS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS.md b/NEWS.md
index b1be303..7d56aec 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -21,7 +21,7 @@
* New user option `company-files-chop-trailing-slash`
([#1042](https://github.com/company-mode/company-mode/issues/1042)).
-* Improved visual responsiveness with async backends
+* Improved visual responsiveness with (but not limited to) async backends
([#1073](https://github.com/company-mode/company-mode/issues/1073)). New user
option `company-async-redisplay-delay`.
* `company-idle-delay` default reduced to 0.2 (seconds).