* whitespace.el (whitespace-style): Doc fix (Bug#3661).

This commit is contained in:
Chong Yidong 2009-08-16 14:46:39 +00:00
parent d0d3f6e9fc
commit f24b8bf3a9
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
* whitespace.el (whitespace-style): Doc fix (Bug#3661).
2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
* calendar/parse-time.el (parse-time-string-chars): Compute using

View file

@ -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