]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/music-functions.scm
Doc-de: update commitsh strings to reflect status as up-to-date
[lilypond.git] / scm / music-functions.scm
index 29a264069bf1b988827e4980a85f24338eea3027..cd0ff32e1cd7ec47b34139e382ffe3c3fef797ec 100644 (file)
@@ -865,7 +865,7 @@ NUMBER is 0-base, i.e., Voice=1 (upstems) has number 0.
 (defmacro-public define-syntax-function (type args signature . body)
   "Helper macro for `ly:make-music-function'.
 Syntax:
-  (define-syntax-function (result-type? parser location arg1 arg2 ...) (result-type? arg1-type arg2-type ...)
+  (define-syntax-function result-type? (parser location arg1 arg2 ...) (arg1-type arg2-type ...)
     ...function body...)
 
 argX-type can take one of the forms @code{predicate?} for mandatory