Formatting.
authorWerner Lemberg <wl@gnu.org>
Sun, 26 Jul 2009 17:22:08 +0000 (19:22 +0200)
committerWerner Lemberg <wl@gnu.org>
Sun, 26 Jul 2009 17:22:08 +0000 (19:22 +0200)
lily/general-scheme.cc
lily/music-scheme.cc
lily/paper-system-scheme.cc

index 0cf2299b2ec6c9e0579d99846060ad69c196587b..b74354c6bc788adc96545aee8c8c11506ca85ae8 100644 (file)
@@ -142,7 +142,7 @@ LY_DEFINE (ly_dir_p, "ly:dir?",
           1, 0, 0, (SCM s),
           "Is @var{s} a direction?  Valid directions are @code{-1},"
           " @code{0}, or@tie{}@code{1}, where @code{-1} represents"
-          " left or down, @code{1} represents right or up, and @code{0}"
+          " left or down, @code{1}@tie{}represents right or up, and @code{0}"
           " represents a neutral direction.")
 {
   if (scm_is_number (s))
index 1bef06a8ed82a60615676d6dd82ac7457f16300c..21d223f2aa077784ed9f44cbf9e9affda25a66e6 100644 (file)
@@ -58,7 +58,7 @@ LY_DEFINE (ly_make_music, "ly:make-music",
 
 LY_DEFINE (ly_music_p, "ly:music?",
           1, 0, 0, (SCM obj),
-          "Is @var{obj} a Music object?")
+          "Is @var{obj} a music object?")
 {
   return scm_from_bool (unsmob_music (obj));
 }
index b0f74eac0effbc7b77146b61788b427507bd6461..3b0c0c09c5d75be6d62fe29e137676fae6eff934 100644 (file)
@@ -13,7 +13,8 @@
   
 LY_DEFINE (ly_paper_system_p, "ly:paper-system?",
          1, 0, 0, (SCM obj),
-         "Is @var{obj} a Prob object of type @code{paper-system}?")
+         "Is @var{obj} a C++ @code{Prob} object of type"
+         " @code{paper-system}?")
 {
   return ly_prob_type_p (obj, ly_symbol2scm ("paper-system"));
 }