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

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

[elpa] master a7db850 20/26: Cleanup documentation.


From: Jackson Ray Hamilton
Subject: [elpa] master a7db850 20/26: Cleanup documentation.
Date: Sat, 14 Feb 2015 08:19:39 +0000

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

    Cleanup documentation.
---
 test/context-coloring-test.el |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index 0e6e03f..da32a3e 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -132,7 +132,7 @@ format."
                            (funcall done))))))
 
 (defmacro context-coloring-test-deftest-js2-mode (name)
-    "Define a test for `js2-mode' in the typical format."
+  "Define a test for `js2-mode' in the typical format."
   (let ((test-name (intern (format "context-coloring-test-js2-mode-%s" name)))
         (fixture (format "./fixtures/%s.js" name))
         (function-name (intern-soft
@@ -146,9 +146,9 @@ format."
 ;;; Assertion functions
 
 (defmacro context-coloring-test-assert-region (&rest body)
-  "Skeleton for asserting something about the face of points in a
-region.  Provides the free variables `i', `length', `point',
-`face' and `actual-level'."
+  "Assert something about the face of points in a region.
+Provides the free variables `i', `length', `point', `face' and
+`actual-level'."
   `(let ((i 0)
          (length (- end start)))
      (while (< i length)
@@ -199,7 +199,7 @@ EXPECTED-FACE."
    start end 'font-lock-comment-delimiter-face))
 
 (defun context-coloring-test-assert-region-comment (start end)
-    "Assert that all points in the range [START, END) have
+  "Assert that all points in the range [START, END) have
 `font-lock-comment-face'."
   (context-coloring-test-assert-region-face
    start end 'font-lock-comment-face))
@@ -299,7 +299,7 @@ FOREGROUND."
 (defun context-coloring-test-assert-theme-originally-set-p
     (settings &optional negate)
   "Assert that `context-coloring-theme-originally-set-p' returns
-t for a theme with SETTINGS (or the inverse if NEGATE is
+`t' for a theme with SETTINGS (or the inverse if NEGATE is
 non-nil)."
   (let ((theme (context-coloring-test-get-next-theme)))
     (put theme 'theme-settings settings)
@@ -314,7 +314,7 @@ non-nil)."
 
 (defun context-coloring-test-assert-not-theme-originally-set-p (&rest 
arguments)
   "Assert that `context-coloring-theme-originally-set-p' does not
-return t for a theme with SETTINGS."
+return `t' for a theme with SETTINGS."
   (apply 'context-coloring-test-assert-theme-originally-set-p
          (append arguments '(t))))
 



reply via email to

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