branch: master commit f349ecbbadf53b0ad2156d964e8184efb4bc58e4 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Minutia. --- context-coloring.el | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 33defb5..0a07416 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -7,8 +7,7 @@ (defface context-coloring-depth-0-face '((((background light)) (:foreground "#ffffff")) (((background dark)) (:foreground "#ffffff"))) - "Nested blocks face, depth 0 - outermost set." - :tag "Rainbow Blocks Depth 0 Face -- OUTERMOST" + "Nested blocks face, depth 0; global scope." :group 'context-coloring-faces) (defface context-coloring-depth-1-face