From: David Kastrup Date: Thu, 29 Apr 2010 18:20:21 +0000 (-0600) Subject: Fix docstring on parser to reflect actual behavior of lexer X-Git-Tag: release/2.13.20-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55beeb13721653891b90444ebbd475f70dabbd61;p=lilypond.git Fix docstring on parser to reflect actual behavior of lexer --- 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: