branch: master commit a49b024f81ad2181d40c4125bfb449d7536eeff2 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Whitespace. --- context-coloring.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index c5a77fc..9d33b59 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -498,7 +498,7 @@ originally set for THEME, nil otherwise." found))))) (defun context-coloring-cache-originally-set (theme originally-set) - "Remember if THEME had colors originally set for it; if + "Remember if THEME had colors originally set for it. If ORIGINALLY-SET is non-nil, it did, otherwise it didn't." ;; Caching whether a theme was originally set is kind of dirty, but we have to ;; do it to remember the past state of the theme. There are probably some