summaryrefslogtreecommitdiff
path: root/scm/bar-line.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scm/bar-line.scm')
-rw-r--r--scm/bar-line.scm4
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)