]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-closure.cc
Minor documentation improvements for Scheme functions.
[lilypond.git] / lily / simple-closure.cc
index ddf39efdcfe9dfdb085e6de4be99fd15d5ca1d35..48d2dab57b39d7da2d466cc45ee85c262cfd43ae 100644 (file)
@@ -104,7 +104,7 @@ LY_DEFINE (ly_simple_closure_p, "ly:simple-closure?",
 LY_DEFINE (ly_make_simple_closure, "ly:make-simple-closure",
          1, 0, 0, (SCM expr),
          "Make a simple closure.  @var{expr} should be form of"
-         " @code{(@var{func} @var{a1} @var{A2} @dots{})}, and will be"
+         " @code{(@var{func} @var{a1} @var{a2} @dots{})}, and will be"
          " invoked as @code{(@var{func} @var{delayed-arg} @var{a1}"
          " @var{a2} @dots{})}.")
 {