]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix DOC string of define-syntax-function
authorDavid Kastrup <dak@gnu.org>
Sun, 5 Aug 2012 13:03:33 +0000 (15:03 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 5 Aug 2012 13:03:33 +0000 (15:03 +0200)
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