branch: externals/company
commit ec9908ec7fe14fab396ce43b8d3fe3bd27aba573
Author: YugaEgo <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Improve the "pseudo-tooltip" frontends' description
---
doc/company.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/company.texi b/doc/company.texi
index 4d420f81fee..5e6918ee688 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -627,11 +627,11 @@ rectangular tooltip (aka @w{popup}). Company provides
multiple
@emph{tooltip frontends}, listed below.
The ``pseudo-tooltip'' family of frontends uses ``overlays'' (a
-display engine feature) to render the popup inside the buffer. It
-has a very stable and fast implementation, with known limitations:
-being limited to the bounds of the buffer's window, and partially
-broken display in buffers with mixed fonts, complex formatting using
-faces or display specs, and those using certain complex glyphs.
+display engine feature) to render the popup inside the buffer. It has
+a stable and fast implementation, with known caveats: it is limited to
+the bounds of the buffer's window, and rendering might be partially
+incorrect in buffers with mixed fonts, complex formatting involving
+faces, display specs, or certain glyphs.
@defun company-pseudo-tooltip-unless-just-one-frontend
This has been the default frontend before the introduction of the