]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-lexer-scheme.cc
Merge branch 'Rmaster' into topic/master-translation
[lilypond.git] / lily / lily-lexer-scheme.cc
index a0501e9eab0df06692df8d1ee0138b6341530934..e619c8e7957ca45bafba98437c5e076ebc7838f8 100644 (file)
@@ -9,9 +9,10 @@
 
 #include "lily-lexer.hh"
 
-LY_DEFINE(ly_lexer_keywords, "ly:lexer-keywords",
+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);