X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flily-lexer-scheme.cc;h=e619c8e7957ca45bafba98437c5e076ebc7838f8;hb=fc273c71061c4859cebc95bb91d86c9373d94f64;hp=0d561f9d8b2bad8e96b664d94c02e49ec2f3d620;hpb=d2300573cae3c1920400d040faddd33f17b43c2d;p=lilypond.git diff --git a/lily/lily-lexer-scheme.cc b/lily/lily-lexer-scheme.cc index 0d561f9d8b..e619c8e795 100644 --- a/lily/lily-lexer-scheme.cc +++ b/lily/lily-lexer-scheme.cc @@ -11,7 +11,8 @@ LY_DEFINE (ly_lexer_keywords, "ly:lexer-keywords", 1, 0, 0, (SCM lexer), - "Return a list of (KEY . CODE) pairs, signifying the lilypond reserved words list.") + "Return a list of @code{(KEY . CODE)} pairs, signifying the" + " LilyPond reserved words list.") { LY_ASSERT_SMOB (Lily_lexer, lexer, 1);