From 7539248e523a18d9e171d7355b0678ba1a87d81b Mon Sep 17 00:00:00 2001
From: Lee <ler762@users.sourceforge.net>
Date: Mon, 22 Oct 2018 23:14:54 -0400
Subject: [PATCH] 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.
---
 doc/source/ldp.dsl.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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?
-- 
2.49.0