]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix docstring on parser to reflect actual behavior of lexer
authorDavid Kastrup <dak@gnu.org>
Thu, 29 Apr 2010 18:20:21 +0000 (12:20 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Thu, 29 Apr 2010 18:20:21 +0000 (12:20 -0600)
lily/parser.yy

index 99e15a46d8b2dae649e0b719fe295abc17f03132..ac0d357f9a307831ddf95970f94ae9cc9dc74817 100644 (file)
@@ -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: