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

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

[elpa] externals/engrave-faces 0dbe2e088f 1/2: Note colour form restrict


From: ELPA Syncer
Subject: [elpa] externals/engrave-faces 0dbe2e088f 1/2: Note colour form restriction in docs
Date: Mon, 22 Aug 2022 09:57:42 -0400 (EDT)

branch: externals/engrave-faces
commit 0dbe2e088f58ad3b50223cad9b5ab0477fc1ccb9
Author: TEC <git@tecosaur.net>
Commit: TEC <git@tecosaur.net>

    Note colour form restriction in docs
---
 engrave-faces.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/engrave-faces.el b/engrave-faces.el
index c874968f15..6da03ce845 100644
--- a/engrave-faces.el
+++ b/engrave-faces.el
@@ -340,13 +340,14 @@ cdrs in the form of `engrave-faces-current-preset-style'."
   "Overriding face values.
 
 This is constructed as an alist of faces, and their face attributes as a plist.
-For example, the \"default\" face coud be specified by:
+For example, the \"default\" face could be specified by:
 
   (default :foreground \"#000000\" :background \"#FFFFFF\")
 
 By setting :foreground, :background, etc. a certain theme can be
 set for the faces. The face attributes here will also be used
-when calculating inherited styles.
+when calculating inherited styles. Note that colours must be
+given in hexadecimal form.
 
 Faces here will represented more compactly when possible, by using the
 :short or :slug parameter to produce a named version styles,



reply via email to

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