]> git.eshelyaron.com Git - emacs.git/commitdiff
.
authorReuben Thomas <rrt@sc3d.org>
Thu, 29 May 2014 22:38:02 +0000 (23:38 +0100)
committerReuben Thomas <rrt@sc3d.org>
Thu, 29 May 2014 22:38:02 +0000 (23:38 +0100)
lisp/ChangeLog
lisp/whitespace.el

index 746809c12c779ef5f978167d9611a8bd24725dfd..6eb3aba5d22a07be98d29be8591fc1bfec58d1ec 100644 (file)
@@ -1,3 +1,7 @@
+2014-05-29  Reuben Thomas  <rrt@sc3d.org>
+
+       * whitespace.el (whitespace-report): Simplify documentation.
+
 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * whitespace.el: Use font-lock-flush.  Minimize refontifications.
index 2217506fff5ea028270c9b84f221217e41f9ef17..72919340a29a0dbfaaf545e7b9b131d39b285f9a 100644 (file)
@@ -1737,21 +1737,14 @@ whitespace problems in buffer.
 
 Report if some of the following whitespace problems exist:
 
-* If `indent-tabs-mode' is non-nil:
-   empty               1. empty lines at beginning of buffer.
-   empty               2. empty lines at end of buffer.
-   trailing            3. SPACEs or TABs at end of line.
-   indentation         4. 8 or more SPACEs at beginning of line.
-   space-before-tab    5. SPACEs before TAB.
-   space-after-tab     6. 8 or more SPACEs after TAB.
-
-* If `indent-tabs-mode' is nil:
    empty               1. empty lines at beginning of buffer.
    empty               2. empty lines at end of buffer.
    trailing            3. SPACEs or TABs at end of line.
-   indentation         4. TABS at beginning of line.
-   space-before-tab    5. SPACEs before TAB.
-   space-after-tab     6. 8 or more SPACEs after TAB.
+   space-before-tab    4. SPACEs before TAB.
+   space-after-tab     5. 8 or more SPACEs after TAB.
+   indentation         6. If `indent-tabs-mode':
+                           8 or more SPACEs at beginning of line
+                           else: TABS at beginning of line.
 
 See `whitespace-style' for documentation.
 See also `whitespace-cleanup' and `whitespace-cleanup-region' for