From 3c6e2cd4a550aacc3b64e0b38882c469850e073d Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 19 Sep 2011 12:45:34 +0200 Subject: [PATCH] Amend 16e626a85244: Forgot to change the function documentation string --- scm/lily.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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") -- 2.39.2