From d87466533c839caa004e93012844616a7ec81bda Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Thu, 23 Jul 2009 19:00:19 -0700 Subject: [PATCH] Docs: IR 3.2.37: Update grob-interface docstring. --- lily/grob.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5