From 00e988e3411483174d55606b5ac61f3feee504fd Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 9 Jun 2013 14:16:58 +0200 Subject: Issue 3404 (partially): Small corrections to the scheme reformatting patch. This fixes a number of occurences of opening parens in column 0 inside of strings and thus paves the ground for letting Emacs indent/highlight Scheme files properly. --- scm/bar-line.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scm/bar-line.scm') diff --git a/scm/bar-line.scm b/scm/bar-line.scm index e23ff8c0f2..370f0d476c 100644 --- a/scm/bar-line.scm +++ b/scm/bar-line.scm @@ -196,8 +196,8 @@ annotation char from string @var{str}." ;; Line break decisions. (define-public (define-bar-line bar-glyph eol-glyph bol-glyph span-glyph) - "Define a bar glyph @var{bar-glyph} and its substitute at the end of a line -(@var{eol-glyph}), at the beginning of a new line (@var{bol-glyph}) + "Define a bar glyph @var{bar-glyph} and its substitute at the end of +a line (@var{eol-glyph}), at the beginning of a new line (@var{bol-glyph}) and as a span bar (@var{span-glyph}) respectively." ;; the last argument may not include annotations (check-for-annotation span-glyph) -- cgit v1.2.3