emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company 4dda76f 2/4: Fix docstrings


From: ELPA Syncer
Subject: [elpa] externals/company 4dda76f 2/4: Fix docstrings
Date: Wed, 1 Dec 2021 18:57:12 -0500 (EST)

branch: externals/company
commit 4dda76f9fca9aad8fc7e4fd7d315e1d8077369fe
Author: YugaEgo <yet@ego.team>
Commit: YugaEgo <yet@ego.team>

    Fix docstrings
---
 company.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/company.el b/company.el
index 6216455..d5d843b 100644
--- a/company.el
+++ b/company.el
@@ -1659,14 +1659,15 @@ The only mandatory element in CONF is ICON, you can 
omit both the FG and BG
 fields without issue.
 
 When BG is omitted and `company-text-icons-add-background' is non-nil, a BG
-color will be generated using a gradient between the active tooltip color and
+color is generated using a gradient between the active tooltip color and
 the FG color."
   :type 'list)
 
 (defcustom company-text-face-extra-attributes '(:weight bold)
-  "Additional attributes to add to text icons' faces.
-If non-nil, an anonymous face will be generated.
-Only affects `company-text-icons-margin'."
+  "Additional attributes to add to text/dot icons faces.
+If non-nil, an anonymous face is generated.
+
+Affects `company-text-icons-margin' and `company-dot-icons-margin'."
   :type 'list)
 
 (defcustom company-text-icons-format " %s "
@@ -1674,7 +1675,7 @@ Only affects `company-text-icons-margin'."
   :type 'string)
 
 (defcustom company-text-icons-add-background nil
-  "When non-nil, generate a background color for text icons when none is given.
+  "Generate a background color for text/dot icons when none is given.
 See `company-text-icons-mapping'."
   :type 'boolean)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]