summaryrefslogtreecommitdiff
path: root/lisp/whitespace.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-08-16 14:46:39 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-08-16 14:46:39 +0000
commit3d6ef1dce308cd16276d891d59305ecef2e3ef47 (patch)
tree4d9c41b9d32115db87add468382df59605e73e86 /lisp/whitespace.el
parent056819a1f20b181e2d194afa251e4fc38831e76c (diff)
downloademacs-3d6ef1dce308cd16276d891d59305ecef2e3ef47.tar.gz
* whitespace.el (whitespace-style): Doc fix (Bug#3661).
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r--lisp/whitespace.el8
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