branch: master commit 62c38d8e117cc43431134fafd448b08df1295c53 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Fix comment. --- context-coloring.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 89ffa75..f069e95 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -141,8 +141,8 @@ and DARK backgrounds." (context-coloring-set-colors-default) -;; Color theme authors can have up to 26 levels: 1 (0th) for globals, 24 -;; (1st-24th) for in-betweens, and 1 (25th) for infinity. +;; Theme authors can have up to 26 levels: 1 (0th) for globals, 24 (1st-24th) +;; for in-betweens, and 1 (25th) for infinity. (dotimes (number 18) (context-coloring-defface-default (+ number context-coloring-maximum-face 1)))