branch: externals/modus-themes
commit 03c716e5bb034e019fbeb4ed8a3ad53af91979db
Merge: cb99f74bc9 e1154773ce
Author: Protesilaos Stavrou <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #189 from basil-conto/blc/spell
    
    Fix some docstring typos
---
 modus-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 21c66d60db..3e460d794d 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -624,7 +624,7 @@ Individual theme overrides take precedence over these common
 overrides.
 
 The idea of common overrides is to change semantic color
-mappings, such as to make the cursor red.  Wherea theme-specific
+mappings, such as to make the cursor red.  Whereas theme-specific
 overrides can also be used to change the value of a named color,
 such as what hexadecimal RGB value the red-warmer symbol
 represents."
@@ -7390,7 +7390,7 @@ are symbols of variables which define palettes 
commensurate with
 The optional CUSTOM-FACES and CUSTOM-VARIABLES are joined together with
 the `modus-themes-faces' and `modus-themes-custom-variables',
 respectively.  A derivative theme defining those is thus overriding what
-the Modus themess have by default.
+the Modus themes have by default.
 
 Consult the manual for details on how to build a theme on top of the
 `modus-themes': Info node `(modus-themes) Build on top of the Modus themes'."
@@ -7579,7 +7579,7 @@ For instance:
         (concat "#" (string-join triplets-shortened))))))
 
 (defun modus-themes-generate-color-blend (color blended-with alpha)
-  "Return hexademical RGB of COLOR with BLENDED-WITH given ALPHA.
+  "Return hexadecimal RGB of COLOR with BLENDED-WITH given ALPHA.
 BLENDED-WITH is commensurate with COLOR.  ALPHA is between 0.0 and 1.0,
 inclusive."
   (let* ((blend-rgb (modus-themes-blend (color-name-to-rgb color) 
(color-name-to-rgb blended-with) alpha))

Reply via email to