emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 52ad2b53cb: Fix doc strings in whitespace.el


From: Eli Zaretskii
Subject: emacs-28 52ad2b53cb: Fix doc strings in whitespace.el
Date: Sat, 11 Jun 2022 06:30:45 -0400 (EDT)

branch: emacs-28
commit 52ad2b53cba25e3f9194d26ec5817e8fc3b7d4f5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix doc strings in whitespace.el
    
    * lisp/whitespace.el (whitespace-style, whitespace-action):
    Untabify the doc strings.  (Bug#55904)
---
 lisp/whitespace.el | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index 13917206ca..7889a802af 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -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"



reply via email to

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