]> git.eshelyaron.com Git - emacs.git/commitdiff
* whitespace.el (whitespace-style): Doc fix (Bug#3661).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 16 Aug 2009 14:46:39 +0000 (14:46 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 16 Aug 2009 14:46:39 +0000 (14:46 +0000)
lisp/ChangeLog
lisp/whitespace.el

index 526729aa6bf21d1d51ca55fe921c9d9310654004..057e5deb1542e192d8f8af7ef003ffce0783e924 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
+
+       * whitespace.el (whitespace-style): Doc fix (Bug#3661).
+
 2009-08-16  Jan Seeger <jan.seeger@thenybble.de>  (tiny change)
 
        * calendar/parse-time.el (parse-time-string-chars): Compute using
index ff8903e9593d0603be56b1c7b7bd6f1b9630c6cb..7360ccad92c847b91eb7ec914f13d68c76b5cec6 100644 (file)
@@ -426,8 +426,8 @@ It's a list containing some or all of the following values:
    space-after-tab::tab                8 or more SPACEs after a TAB are
                                visualized via faces.
 
-   space-after-tab::space      TABs are visualized when occurs 8 or
-                               more SPACEs after a TAB via faces.
+   space-after-tab::space      TABs are visualized when 8 or more
+                               SPACEs occur after a TAB, via faces.
 
    space-after-tab             8 or more SPACEs after a TAB are
                                visualized, if `indent-tabs-mode'
@@ -437,8 +437,8 @@ It's a list containing some or all of the following values:
    space-before-tab::tab       SPACEs before TAB are visualized via
                                faces.
 
-   space-before-tab::space     TABs are visualized when occurs SPACEs
-                               before TAB via faces.
+   space-before-tab::space     TABs are visualized when SPACEs occur
+                               before TAB, via faces.
 
    space-before-tab            SPACEs before TAB are visualized, if
                                `indent-tabs-mode' (which see) is