emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 574b955 248/271: Update sentence spacing.


From: Jackson Ray Hamilton
Subject: [elpa] master 574b955 248/271: Update sentence spacing.
Date: Thu, 05 Feb 2015 18:31:41 +0000

branch: master
commit 574b9556bbf9f142923d2a6d2b9b320ac7e48029
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Update sentence spacing.
---
 context-coloring.el |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index cd5a8b4..6a4235e 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -251,9 +251,9 @@ generated by js2-mode."
                                    enclosing-scope
                                    (js2-name-node-name node))))
              ;; The tree seems to be walked lexically, so an entire scope will
-             ;; be colored, including its name nodes, before they are
-             ;; reached. Coloring the nodes defined in that scope would be
-             ;; redundant, so don't do it.
+             ;; be colored, including its name nodes, before they are reached.
+             ;; Coloring the nodes defined in that scope would be redundant, so
+             ;; don't do it.
              (when (not (eq defining-scope enclosing-scope))
                (context-coloring-js2-colorize-node
                 node
@@ -310,7 +310,7 @@ Invokes CALLBACK when complete."
   (let ((output "")
         (buffer context-coloring-buffer))
 
-    ;; The process may produce output in multiple chunks. This filter
+    ;; The process may produce output in multiple chunks.  This filter
     ;; accumulates the chunks into a message.
     (set-process-filter
      context-coloring-scopifier-process
@@ -356,12 +356,12 @@ Invokes CALLBACK when complete."
   "Define a new dispatch named SYMBOL with PROPERTIES.
 
 A \"dispatch\" is a property list describing a strategy for
-coloring a buffer. There are three possible strategies: Parse and
-color in a single function (`:colorizer'), parse in a function
-that returns scope data (`:scopifier'), or parse with a shell
-command that returns scope data (`:command'). In the latter two
-cases, the scope data will be used to automatically color the
-buffer.
+coloring a buffer.  There are three possible strategies: Parse
+and color in a single function (`:colorizer'), parse in a
+function that returns scope data (`:scopifier'), or parse with a
+shell command that returns scope data (`:command').  In the
+latter two cases, the scope data will be used to automatically
+color the buffer.
 
 PROPERTIES must include `:modes' and one of `:colorizer',
 `:scopifier' or `:command'.
@@ -412,7 +412,7 @@ level data returned via stdout."
   "Determines the optimal track for scopification / colorization
 of the current buffer, then executes it.
 
-Invokes CALLBACK when complete. It is invoked synchronously for
+Invokes CALLBACK when complete.  It is invoked synchronously for
 elisp tracks, and asynchronously for shell command tracks."
   (let ((dispatch (gethash major-mode context-coloring-mode-hash-table)))
     (if (null dispatch)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]