branch: master commit e68d00b0b0cb0763f60b1f180ae5d4a102613102 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Whitespace. --- context-coloring.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index a20b338..aa9e4ca 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -34,8 +34,8 @@ ;; Lexical scope information at-a-glance can assist a programmer in ;; understanding the overall structure of a program. It can help to curb nasty -;; bugs like name shadowing. A rainbow can indicate excessive complexity. State -;; change within a closure is easily monitored. +;; bugs like name shadowing. A rainbow can indicate excessive complexity. +;; State change within a closure is easily monitored. ;; By default, Context Coloring still highlights comments and strings ;; syntactically. It is still easy to differentiate code from non-code, and