branch: externals/company
commit fe61d463bc298ddde699ae541e309f9b77c11866
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Fix mention of obsolete faces
---
 doc/company.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/company.texi b/doc/company.texi
index 8b0fe736820..e645e71b3b8 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -958,8 +958,8 @@ customization:
  '(company-tooltip-selection
    ((t (:background "LemonChiffon1" :foreground "MistyRose4"))))
  '(company-tooltip-common ((t (:weight bold :foreground "pink1"))))
- '(company-scrollbar-fg ((t (:background "ivory3"))))
- '(company-scrollbar-bg ((t (:background "ivory2"))))
+ '(company-tooltip-scrollbar-thumb ((t (:background "ivory3"))))
+ '(company-tooltip-scrollbar-track ((t (:background "ivory2"))))
  '(company-tooltip-annotation ((t (:foreground "MistyRose2")))))
 @end lisp
 

Reply via email to