]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/font-metric.cc (LY_DEFINE): Fix the docstring.
authorPedro Kroger <kroeger@pedrokroeger.net>
Fri, 17 Dec 2004 12:37:43 +0000 (12:37 +0000)
committerPedro Kroger <kroeger@pedrokroeger.net>
Fri, 17 Dec 2004 12:37:43 +0000 (12:37 +0000)
ChangeLog
lily/font-metric.cc

index 4c683f8775a5f38da96f2b200249d2ea12b6cbc3..d5f67e6f02470d471ceb6a46ae0ea9ea39023039 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
+
 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
index c4b32af95095935cc8dbb64eb608f2da15f56add..3c29320258d3cc6ac26dea45d9736cf6ff4a658e 100644 (file)
@@ -165,7 +165,7 @@ LY_DEFINE (ly_get_glyph, "ly:get-glyph",
 LY_DEFINE (ly_font_glyph_name_to_index, "ly:font-glyph-name-to-index",
           2, 0, 0,
          (SCM font, SCM name),
-          "Return the index for @{name} in @var{font}.")
+          "Return the index for @var{name} in @var{font}.")
 {
   Font_metric *fm = unsmob_metrics (font);
   SCM_ASSERT_TYPE (fm, font, SCM_ARG1, __FUNCTION__, "font-metric");
@@ -189,7 +189,7 @@ LY_DEFINE (ly_font_index_to_charcode, "ly:font-index-to-charcode",
 LY_DEFINE (ly_font_glyph_name_to_charcode, "ly:font-glyph-name-to-charcode",
           2, 0, 0,
          (SCM font, SCM name),
-          "Return the character code for glyph @{name} in @var{font}.")
+          "Return the character code for glyph @var{name} in @var{font}.")
 {
   Font_metric *fm = unsmob_metrics (font);
   SCM_ASSERT_TYPE (fm, font, SCM_ARG1, __FUNCTION__, "font-metric");