]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: IR 3.2.37: Update grob-interface docstring.
authorMark Polesky <markpolesky@yahoo.com>
Fri, 24 Jul 2009 02:00:19 +0000 (19:00 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Fri, 24 Jul 2009 02:40:32 +0000 (19:40 -0700)
lily/grob.cc

index cb6948e32c54c044609396936ad6242fe2b9463b..5660b688b81fe477be9a4a538a5d69f02f1f074d 100644 (file)
@@ -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"