diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-08-16 14:46:39 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-08-16 14:46:39 +0000 |
commit | f24b8bf3a95de123071f38b74071a7444aa0c014 (patch) | |
tree | cfef502cf1f95042252c31c703c3f61a9f6e6319 /lisp/whitespace.el | |
parent | d0d3f6e9fcb216d8194eaccd82ba6e7512d826d9 (diff) | |
download | emacs-f24b8bf3a95de123071f38b74071a7444aa0c014.tar.gz |
* whitespace.el (whitespace-style): Doc fix (Bug#3661).
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index ff8903e9593..7360ccad92c 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -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 |