Mercurial > emacs
changeset 104301:316b10a4c19e
* whitespace.el (whitespace-style): Doc fix (Bug#3661).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 16 Aug 2009 14:46:39 +0000 |
parents | 04280efb54c1 |
children | 62681dd69ecb |
files | lisp/ChangeLog lisp/whitespace.el |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 16 14:36:01 2009 +0000 +++ b/lisp/ChangeLog Sun Aug 16 14:46:39 2009 +0000 @@ -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
--- a/lisp/whitespace.el Sun Aug 16 14:36:01 2009 +0000 +++ b/lisp/whitespace.el Sun Aug 16 14:46:39 2009 +0000 @@ -426,8 +426,8 @@ 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 @@ 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