summaryrefslogtreecommitdiff
path: root/lily/context-mod-scheme.cc
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2010-08-04 10:50:20 +0200
committerWerner Lemberg <wl@gnu.org>2010-08-04 10:50:20 +0200
commit3484ff062a7402ddeb4b73fcc155afddcf6fea3f (patch)
tree948fd14d3f3efed99410d3675287c5b72c599678 /lily/context-mod-scheme.cc
parentdf534282fb200f83fb4db53cd1b2e378345032d1 (diff)
Whitespace, minor formatting.
Diffstat (limited to 'lily/context-mod-scheme.cc')
-rw-r--r--lily/context-mod-scheme.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/lily/context-mod-scheme.cc b/lily/context-mod-scheme.cc
index 245749604a..f63d02887f 100644
--- a/lily/context-mod-scheme.cc
+++ b/lily/context-mod-scheme.cc
@@ -24,7 +24,8 @@
LY_DEFINE (ly_get_context_mods,
"ly:get-context-mods",
1, 0, 0, (SCM contextmod),
- "Returns the list of context modifications stored in @var{contextmod}.")
+ "Returns the list of context modifications stored in"
+ " @var{contextmod}.")
{
Context_mod *tr = unsmob_context_mod (contextmod);
LY_ASSERT_SMOB (Context_mod, contextmod, 1);
@@ -34,7 +35,8 @@ LY_DEFINE (ly_get_context_mods,
LY_DEFINE (ly_add_context_mod,
"ly:add-context-mod",
2, 0, 0, (SCM contextmods, SCM modification),
- "Adds the given context @var{modification} to the list @var{contextmods} of context modifications.")
+ "Adds the given context @var{modification} to the list"
+ " @var{contextmods} of context modifications.")
{
Context_mod *ctxmod = unsmob_context_mod (contextmods);
LY_ASSERT_SMOB (Context_mod, contextmods, 1);