From 0ce81f30580eddfd2c30aa520170cb25af9a14ff Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Thu, 6 Aug 2009 19:31:44 -0600 Subject: [PATCH] Fix docstring --- scm/music-functions.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5