From: Mark Polesky Date: Fri, 24 Jul 2009 02:00:19 +0000 (-0700) Subject: Docs: IR 3.2.37: Update grob-interface docstring. X-Git-Tag: release/2.13.4-1~301^2~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d87466533c839caa004e93012844616a7ec81bda;hp=f95db0288ded9875dec52f1e63f05f75d0091f6a;p=lilypond.git Docs: IR 3.2.37: Update grob-interface docstring. --- diff --git a/lily/grob.cc b/lily/grob.cc index cb6948e32c..5660b688b8 100644 --- a/lily/grob.cc +++ b/lily/grob.cc @@ -613,8 +613,8 @@ ADD_INTERFACE (Grob, " properties are variables that are specific to one grob." " Typically, lists of other objects, or results from" " computations are stored in mutable properties. In" - " particular, every call to @code{set-grob-property} (or its" - " C++ equivalent) sets a mutable property.\n" + " particular, every call to @code{ly:grob-set-property!}" + " (or its C++ equivalent) sets a mutable property.\n" "\n" "The properties @code{after-line-breaking} and" " @code{before-line-breaking} are dummies that are not"