branch: externals/company
commit 405795d5be2fff5ef605e45e39be43403a732b93
Author: YugaEgo <[email protected]>
Commit: YugaEgo <[email protected]>

    Split 'Tooltip Frontends' section into subsections
---
 doc/company.texi | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

diff --git a/doc/company.texi b/doc/company.texi
index 09cc7ffd324..6454f8ad742 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -626,7 +626,16 @@ This group of frontends displays completion candidates in a
 rectangular tooltip (aka @w{popup}).  Company provides multiple
 @emph{tooltip frontends}, listed below.
 
-@subheading Childframe Frontends
+@menu
+* Childframe Frontends::
+* Pseudo-Tooltip Frontends::
+* User Options::
+* Candidates Icons::
+* Faces::
+@end menu
+
+@node Childframe Frontends
+@subsection Childframe Frontends
 
 @cindex childframe
 The ``childframe'' family of frontends naturally uses a special frame
@@ -648,7 +657,8 @@ This frontend shows its tooltip for any number of completion
 candidates. It is the basic version that related frontends extend.
 @end defun
 
-@subheading Pseudo-Tooltip Frontends
+@node Pseudo-Tooltip Frontends
+@subsection Pseudo-Tooltip Frontends
 
 @cindex pseudo-tooltip
 The ``pseudo-tooltip'' family of frontends uses ``overlays'' (a
@@ -700,7 +710,8 @@ following example:
 @end lisp
 @end defun
 
-@subheading User Options
+@node User Options
+@subsection User Options
 
 @macro img{name}
 @ifnothtml
@@ -846,7 +857,8 @@ inner area.  If @code{company-format-margin-function} is 
set,
 @img{tooltip-margin}
 @end defopt
 
-@subheading Candidates Icons
+@node Candidates Icons
+@subsection Candidates Icons
 
 @cindex icon
 @cindex kind
@@ -939,7 +951,9 @@ the @w{@code{company-vscode-*-icons-margin}} functions if
 @w{@code{company-text-icons-margin}} function.
 @end defun
 
-@subheading Faces
+@node Faces
+@subsection Faces
+
 @cindex company-tooltip
 @cindex face
 @cindex font

Reply via email to