branch: master
commit a197a8c9c80615647223ea605efca90e6694a385
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Add disclaimer about precedence.
---
 context-coloring.el |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index bcbe86e..7267d78 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -602,7 +602,10 @@ even if those custom themes set 
`context-coloring-level-N-face'
 faces.  If a context theme does override a custom theme, a
 warning will be raised, at which point you may want to enable the
 `:override' option, or just delete your context theme and opt to
-use your custom theme's author's colors instead."
+use your custom theme's author's colors instead.
+
+Context themes only work for the custom theme with the highest
+precedence, i.e. the car of `custom-enabled-themes'."
   (let ((aliases (plist-get properties :aliases))
         (override (plist-get properties :override))
         (recede (plist-get properties :recede)))

Reply via email to