From f24b8bf3a95de123071f38b74071a7444aa0c014 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 16 Aug 2009 14:46:39 +0000 Subject: [PATCH] * whitespace.el (whitespace-style): Doc fix (Bug#3661). --- lisp/ChangeLog | 4 ++++ lisp/whitespace.el | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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 -- 2.39.2