From: Carl Sorensen Date: Fri, 7 Aug 2009 01:31:44 +0000 (-0600) Subject: Fix docstring X-Git-Tag: release/2.13.4-1~179^2~174 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ce81f30580eddfd2c30aa520170cb25af9a14ff;p=lilypond.git Fix docstring --- diff --git a/scm/music-functions.scm b/scm/music-functions.scm index 1372a15a52..b5dd3bb392 100644 --- a/scm/music-functions.scm +++ b/scm/music-functions.scm @@ -346,8 +346,7 @@ i.e. this is not an override" 'pop-first #t)) (define-public (make-grob-property-override grob gprop val) - "Make a Music expression that sets GPROP to VAL in GROB. Does a pop first, -i.e. this is not an override" + "Make a Music expression that overrides GPROP to VAL in GROB." (make-music 'OverrideProperty 'symbol grob 'grob-property gprop