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

    Reword the doc string of spacious-padding--get-face-overline-color
---
 spacious-padding.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/spacious-padding.el b/spacious-padding.el
index b9f6ce564c..61fd97072a 100644
--- a/spacious-padding.el
+++ b/spacious-padding.el
@@ -314,11 +314,10 @@ is non-nil, do not return a fallback value: just nil."
    (t (error "`%s' is not relevant to `spacious-padding-mode'" face))))
 
 (defun spacious-padding--get-face-overline-color (face fallback subtle-key)
-  "Get overline foreground value for FACE with FALLBACK face if needed.
-Use SUBTLE-KEY to determine the value based on
-`spacious-padding-subtle-frame-lines', falling back to FACE, then
-FALLBACK.  Fall back to a non-nil value if not of these return something
-more specific."
+  "Get {over,under}line foreground.
+Use SUBTLE-KEY to check `spacious-padding-subtle-frame-lines', falling
+back to FACE, then FALLBACK.  Return a non-nil value if none of these
+yield something more specific."
   (let ((subtle-value (plist-get spacious-padding-subtle-frame-lines 
subtle-key)))
     (or
      (cond

Reply via email to