diff options
author | David Kastrup <dak@gnu.org> | 2013-06-09 14:16:58 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2013-06-10 10:12:15 +0200 |
commit | 00e988e3411483174d55606b5ac61f3feee504fd (patch) | |
tree | 6cd013c6bb650ebd5a1c4635e1c9f5844f1d28b1 /scm/bar-line.scm | |
parent | 52b2991eb4ecb24cbdc5fbdde59e04f1bd80f4b3 (diff) |
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.
Diffstat (limited to 'scm/bar-line.scm')
-rw-r--r-- | scm/bar-line.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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) |