]> git.donarmstrong.com Git - lilypond.git/commitdiff
Amend 16e626a85244: Forgot to change the function documentation string
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 19 Sep 2011 10:45:34 +0000 (12:45 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 19 Sep 2011 10:45:34 +0000 (12:45 +0200)
scm/lily.scm

index f3ce9c33c0cb10215eafe252637df72ff719f566..b82cd08aa2a2630077c06e38950eab438df7aa50 100644 (file)
@@ -121,8 +121,9 @@ jobs.")
 "If string FOO is given as argument, redirect
 output to log file `FOO.log'.")
     (max-markup-depth 1024
-"Maximum depth for the markup tree. If a markup has more levels, assume that
-it will not terminate at all and print out a warning, but continue processing.")
+"Maximum depth for the markup tree. If a markup has more levels,
+assume it will not terminate on its own, print a warning and return a
+null markup instead.")
     (midi-extension ,(if (eq? PLATFORM 'windows)
                          "mid"
                          "midi")