From c48fb1311516efae39cc880b328e66092f1814ca Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 5 Aug 2012 15:03:33 +0200 Subject: [PATCH] Fix DOC string of define-syntax-function --- scm/music-functions.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2