From: Reinhold Kainhofer Date: Mon, 19 Sep 2011 10:45:34 +0000 (+0200) Subject: Amend 16e626a85244: Forgot to change the function documentation string X-Git-Tag: release/2.15.12-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c6e2cd4a550aacc3b64e0b38882c469850e073d;p=lilypond.git Amend 16e626a85244: Forgot to change the function documentation string --- diff --git a/scm/lily.scm b/scm/lily.scm index f3ce9c33c0..b82cd08aa2 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -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")