From: Chong Yidong Date: Sun, 16 Aug 2009 14:46:39 +0000 (+0000) Subject: * whitespace.el (whitespace-style): Doc fix (Bug#3661). X-Git-Tag: emacs-pretest-23.1.90~1832 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f24b8bf3a95de123071f38b74071a7444aa0c014;p=emacs.git * whitespace.el (whitespace-style): Doc fix (Bug#3661). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 526729aa6bf..057e5deb154 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-08-16 E. Jay Berkenbilt (tiny change) + + * whitespace.el (whitespace-style): Doc fix (Bug#3661). + 2009-08-16 Jan Seeger (tiny change) * calendar/parse-time.el (parse-time-string-chars): Compute using 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