From: Lee Date: Tue, 23 Oct 2018 03:14:54 +0000 (-0400) Subject: fix %indent-screen-lines% syntax error X-Git-Tag: v_3_0_27~42 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=7539248e523a18d9e171d7355b0678ba1a87d81b fix %indent-screen-lines% syntax error http://docbook.sourceforge.net/release/dsssl/current/doc/print/indent-screen-lines.html If not #f, each line in the display will be indented with the content of this variable. --- diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index 8ed79126..1c0ffb0e 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -31,7 +31,8 @@ (define %indent-screen-lines% ;; Indent lines in a 'Screen'? - #t) + ;; "#f" or string to be used as the indent on 'screen' + "") (define %callout-fancy-bug% ;; Use fancy callout bugs?