From: David Kastrup Date: Sun, 5 Aug 2012 13:03:33 +0000 (+0200) Subject: Fix DOC string of define-syntax-function X-Git-Tag: release/2.15.95-1~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c48fb1311516efae39cc880b328e66092f1814ca;p=lilypond.git Fix DOC string of define-syntax-function --- diff --git a/scm/music-functions.scm b/scm/music-functions.scm index 29a264069b..cd0ff32e1c 100644 --- a/scm/music-functions.scm +++ b/scm/music-functions.scm @@ -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