From 55beeb13721653891b90444ebbd475f70dabbd61 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 29 Apr 2010 12:20:21 -0600 Subject: [PATCH] Fix docstring on parser to reflect actual behavior of lexer --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index 99e15a46d8..ac0d357f9a 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -1077,7 +1077,7 @@ function_scm_argument: ; /* An argument list. If a function \foo expects scm scm music, then the lexer expands \foo into the token sequence: - MUSIC_FUNCTION EXPECT_MUSIC EXPECT_SCM EXPECT_SCM + MUSIC_FUNCTION EXPECT_MUSIC EXPECT_SCM EXPECT_SCM EXPECT_NO_MORE_ARGS and this rule returns the reversed list of arguments. */ function_arglist_music_last: -- 2.39.5