From 154a61543b3bdc24ef0db34835a8741d7469d18e Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 15 Jul 2015 20:56:22 +0200 Subject: [PATCH] Expand xml TidyVertSpace text to include tri-state --- src/localize.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/localize.c b/src/localize.c index bfe13d7..9c7372b 100755 --- a/src/localize.c +++ b/src/localize.c @@ -748,9 +748,10 @@ static const TidyOptionDoc option_docs[] = "successive tab stops. It is used to map tabs to spaces when reading the " "input. " }, - {TidyVertSpace, - "This option specifies if Tidy should add some empty lines for " - "readability. " + {TidyVertSpace, /* Issue #228 - changed to tri-state */ + "This option specifies if Tidy should add some extra empty lines for " + "readability. Default is 'no'. If set to 'auto', will eliminate nearly " + "all newline chars." }, {TidyWrapLen, "This option specifies the right margin Tidy uses for line wrapping. Tidy "