branch: externals/spacious-padding
commit 05514d42c4bebd173c8827270a2f083e71547346
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Clarify a few statements in the doc string of 
spacious-padding-subtle-mode-line
---
 spacious-padding.el | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/spacious-padding.el b/spacious-padding.el
index 3fc03b618e..dfe0c0f276 100644
--- a/spacious-padding.el
+++ b/spacious-padding.el
@@ -96,8 +96,8 @@ following:
 Preserve whatever padding is specified in `spacious-padding-widths'.
 
 The value is either a boolean type or a plist.  If it is non-nil,
-use the foreground of the underlying face to derive the color of
-the overline.
+use the foreground of the underlying mode line face to derive the
+color of the overline.
 
 If the non-nil value is a plist read the following keys to
 determine the exact style of the overlines.
@@ -110,15 +110,17 @@ determine the exact style of the overlines.
 Each key accepts either a face or a string representing a color
 as its associated value:
 
-- The face is an unquoted symbol, such as `success' or `shadow'.
+- The face is an unquoted symbol, such as `success' or `shadow',
+  whose `:foreground' attribute is queried to extract the desired
+  color value.
 
 - The color is a name among those listed in the output of the
   command `list-colors-display' or a hexadecimal RGB value, such
   as #123456.
 
 If the key is missing or its value is not one of the above, fall
-back to reading the foreground of the underlying face to
-determine the color of the overline.
+back to reading the foreground of the underlying mode line face
+to determine the color of the overline.
 
 Examples of valid configurations:
 

Reply via email to