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

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

[elpa] externals/modus-vivendi-theme d35509a 03/73: Fix incorrect docstr


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme d35509a 03/73: Fix incorrect docstring for internal fring defun
Date: Wed, 26 Aug 2020 09:20:50 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit d35509a1b008a6d872deb8668cc8437436233e32
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix incorrect docstring for internal fring defun
---
 modus-operandi-theme.el | 7 +++----
 modus-vivendi-theme.el  | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 77dd1fb..c1b7c71 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -592,10 +592,9 @@ association list)."
     (list :inherit 'bold)))
 
 (defun modus-operandi-theme-fringe (subtlebg intensebg)
-  "Conditional use of intense colours for matching parentheses.
-NORMALBG should the special palette colour 'bg-paren-match' or
-something similar.  INTENSEBG must be easier to discern next to
-other backgrounds."
+  "Conditional use of background colours for fringes.
+SUBTLEBG should be a subtle greyscale value.  INTENSEBG must be a
+more pronounced greyscale colour."
   (cond
    ((eq modus-operandi-theme-fringes 'intense)
     (list :background intensebg))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 120fd12..0cf68eb 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -592,10 +592,9 @@ association list)."
     (list :inherit 'bold)))
 
 (defun modus-vivendi-theme-fringe (subtlebg intensebg)
-  "Conditional use of intense colours for matching parentheses.
-NORMALBG should the special palette colour 'bg-paren-match' or
-something similar.  INTENSEBG must be easier to discern next to
-other backgrounds."
+  "Conditional use of background colours for fringes.
+SUBTLEBG should be a subtle greyscale value.  INTENSEBG must be a
+more pronounced greyscale colour."
   (cond
    ((eq modus-vivendi-theme-fringes 'intense)
     (list :background intensebg))



reply via email to

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