]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc strings in whitespace.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Jun 2022 10:30:07 +0000 (13:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Jun 2022 10:30:07 +0000 (13:30 +0300)
* lisp/whitespace.el (whitespace-style, whitespace-action):
Untabify the doc strings.  (Bug#55904)

lisp/whitespace.el

index 13917206cae81b8b23ae0459f82e76a4a19b4b59..7889a802af180449b9edc966e9965cb47f124411 100644 (file)
@@ -880,27 +880,27 @@ C++ modes only."
 
 It's a list containing some or all of the following values:
 
-   nil                 no action is taken.
+   nil                  no action is taken.
 
-   cleanup             cleanup any bogus whitespace always when local
-                       whitespace is turned on.
-                       See `whitespace-cleanup' and
-                       `whitespace-cleanup-region'.
+   cleanup              cleanup any bogus whitespace always when local
+                        whitespace is turned on.
+                        See `whitespace-cleanup' and
+                        `whitespace-cleanup-region'.
 
-   report-on-bogus     report if there is any bogus whitespace always
-                       when local whitespace is turned on.
+   report-on-bogus      report if there is any bogus whitespace always
+                        when local whitespace is turned on.
 
-   auto-cleanup                cleanup any bogus whitespace when buffer is
-                       written.
-                       See `whitespace-cleanup' and
-                       `whitespace-cleanup-region'.
+   auto-cleanup         cleanup any bogus whitespace when buffer is
+                        written.
+                        See `whitespace-cleanup' and
+                        `whitespace-cleanup-region'.
 
-   abort-on-bogus      abort if there is any bogus whitespace and the
-                       buffer is written.
+   abort-on-bogus       abort if there is any bogus whitespace and the
+                        buffer is written.
 
-   warn-if-read-only   give a warning if `cleanup' or `auto-cleanup'
-                       is included in `whitespace-action' and the
-                       buffer is read-only.
+   warn-if-read-only    give a warning if `cleanup' or `auto-cleanup'
+                        is included in `whitespace-action' and the
+                        buffer is read-only.
 
 Any other value is treated as nil."
   :type '(choice :tag "Actions"