emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 cbd2c87a5d: ; Fix last change in whitespace.el.


From: Eli Zaretskii
Subject: emacs-28 cbd2c87a5d: ; Fix last change in whitespace.el.
Date: Sat, 11 Jun 2022 07:03:01 -0400 (EDT)

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

    ; Fix last change in whitespace.el.
---
 lisp/whitespace.el | 234 ++++++++++++++++++++++++++---------------------------
 1 file changed, 117 insertions(+), 117 deletions(-)

diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index 7889a802af..e2c8eecf89 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -276,116 +276,116 @@
 
 It's a list containing some or all of the following values:
 
-   face                        enable all visualization via faces (see below).
-
-   trailing            trailing blanks are visualized via faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   tabs                        TABs are visualized via faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   spaces              SPACEs and HARD SPACEs are visualized via
-                       faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   lines               lines which have columns beyond
-                       `whitespace-line-column' are highlighted via
-                       faces.
-                       Whole line is highlighted.
-                       It has precedence over `lines-tail' (see
-                       below).
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   lines-tail          lines which have columns beyond
-                       `whitespace-line-column' are highlighted via
-                       faces.
-                       But only the part of line which goes
-                       beyond `whitespace-line-column' column.
-                       It has effect only if `lines' (see above)
-                       is not present in `whitespace-style'
-                       and if `face' (see above) is present in
-                       `whitespace-style'.
-
-   newline             NEWLINEs are visualized via faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
+   face                 enable all visualization via faces (see below).
+
+   trailing             trailing blanks are visualized via faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   tabs                 TABs are visualized via faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   spaces               SPACEs and HARD SPACEs are visualized via
+                        faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   lines                lines which have columns beyond
+                        `whitespace-line-column' are highlighted via
+                        faces.
+                        Whole line is highlighted.
+                        It has precedence over `lines-tail' (see
+                        below).
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   lines-tail           lines which have columns beyond
+                        `whitespace-line-column' are highlighted via
+                        faces.
+                        But only the part of line which goes
+                        beyond `whitespace-line-column' column.
+                        It has effect only if `lines' (see above)
+                        is not present in `whitespace-style'
+                        and if `face' (see above) is present in
+                        `whitespace-style'.
+
+   newline              NEWLINEs are visualized via faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
 
    missing-newline-at-eof Missing newline at the end of the file is
                         visualized via faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   empty               empty lines at beginning and/or end of buffer
-                       are visualized via faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   indentation::tab    `tab-width' or more SPACEs at beginning of line
-                       are visualized via faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   indentation::space  TABs at beginning of line are visualized via
-                       faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   indentation         `tab-width' or more SPACEs at beginning of line
-                       are visualized, if `indent-tabs-mode' (which
-                       see) is non-nil; otherwise, TABs at beginning
-                       of line are visualized via faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   big-indent          Big indentations are visualized via faces.
-                       It has effect only if `face' (see above)
-                       is present in `whitespace-style'.
-
-   space-after-tab::tab                `tab-width' or more SPACEs after a TAB
-                               are visualized via faces.
-                               It has effect only if `face' (see above)
-                               is present in `whitespace-style'.
-
-   space-after-tab::space      TABs are visualized when `tab-width' or
-                               more SPACEs occur after a TAB, via
-                               faces.
-                               It has effect only if `face' (see above)
-                               is present in `whitespace-style'.
-
-   space-after-tab             `tab-width' or more SPACEs after a TAB
-                               are visualized, if `indent-tabs-mode'
-                               (which see) is non-nil; otherwise,
-                               the TABs are visualized via faces.
-                               It has effect only if `face' (see above)
-                               is present in `whitespace-style'.
-
-   space-before-tab::tab       SPACEs before TAB are visualized via
-                               faces.
-                               It has effect only if `face' (see above)
-                               is present in `whitespace-style'.
-
-   space-before-tab::space     TABs are visualized when SPACEs occur
-                               before TAB, via faces.
-                               It has effect only if `face' (see above)
-                               is present in `whitespace-style'.
-
-   space-before-tab            SPACEs before TAB are visualized, if
-                               `indent-tabs-mode' (which see) is
-                               non-nil; otherwise, the TABs are
-                               visualized via faces.
-                               It has effect only if `face' (see above)
-                               is present in `whitespace-style'.
-
-   space-mark          SPACEs and HARD SPACEs are visualized via
-                       display table.
-
-   tab-mark            TABs are visualized via display table.
-
-   newline-mark                NEWLINEs are visualized via display table.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   empty                empty lines at beginning and/or end of buffer
+                        are visualized via faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   indentation::tab     `tab-width' or more SPACEs at beginning of line
+                        are visualized via faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   indentation::space   TABs at beginning of line are visualized via
+                        faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   indentation          `tab-width' or more SPACEs at beginning of line
+                        are visualized, if `indent-tabs-mode' (which
+                        see) is non-nil; otherwise, TABs at beginning
+                        of line are visualized via faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   big-indent           Big indentations are visualized via faces.
+                        It has effect only if `face' (see above)
+                        is present in `whitespace-style'.
+
+   space-after-tab::tab         `tab-width' or more SPACEs after a TAB
+                                are visualized via faces.
+                                It has effect only if `face' (see above)
+                                is present in `whitespace-style'.
+
+   space-after-tab::space       TABs are visualized when `tab-width' or
+                                more SPACEs occur after a TAB, via
+                                faces.
+                                It has effect only if `face' (see above)
+                                is present in `whitespace-style'.
+
+   space-after-tab              `tab-width' or more SPACEs after a TAB
+                                are visualized, if `indent-tabs-mode'
+                                (which see) is non-nil; otherwise,
+                                the TABs are visualized via faces.
+                                It has effect only if `face' (see above)
+                                is present in `whitespace-style'.
+
+   space-before-tab::tab        SPACEs before TAB are visualized via
+                                faces.
+                                It has effect only if `face' (see above)
+                                is present in `whitespace-style'.
+
+   space-before-tab::space      TABs are visualized when SPACEs occur
+                                before TAB, via faces.
+                                It has effect only if `face' (see above)
+                                is present in `whitespace-style'.
+
+   space-before-tab             SPACEs before TAB are visualized, if
+                                `indent-tabs-mode' (which see) is
+                                non-nil; otherwise, the TABs are
+                                visualized via faces.
+                                It has effect only if `face' (see above)
+                                is present in `whitespace-style'.
+
+   space-mark           SPACEs and HARD SPACEs are visualized via
+                        display table.
+
+   tab-mark             TABs are visualized via display table.
+
+   newline-mark         NEWLINEs are visualized via display table.
 
 Any other value is ignored.
 
@@ -808,21 +808,21 @@ Each element has the following form:
 
 Where:
 
-KIND   is the kind of character.
-       It can be one of the following symbols:
+KIND    is the kind of character.
+        It can be one of the following symbols:
 
-       tab-mark        for TAB character
+        tab-mark        for TAB character
 
-       space-mark      for SPACE or HARD SPACE character
+        space-mark      for SPACE or HARD SPACE character
 
-       newline-mark    for NEWLINE character
+        newline-mark    for NEWLINE character
 
-CHAR   is the character to be mapped.
+CHAR    is the character to be mapped.
 
-VECTOR is a vector of characters to be displayed in place of CHAR.
-       The first display vector that can be displayed is used;
-       if no display vector for a mapping can be displayed, then
-       that character is displayed unmodified.
+VECTOR  is a vector of characters to be displayed in place of CHAR.
+        The first display vector that can be displayed is used;
+        if no display vector for a mapping can be displayed, then
+        that character is displayed unmodified.
 
 The NEWLINE character is displayed using the face given by
 `whitespace-newline' variable.



reply via email to

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