X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-scheme.cc;h=feda0f607eab62fffb45c2d770277b12114e814d;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=169d0b7b3d66ade4fd6d437e3434714c214b57df;hpb=8cce5dd067a8a2bab508f5abebc3955db8837bbf;p=lilypond.git diff --git a/lily/context-scheme.cc b/lily/context-scheme.cc index 169d0b7b3d..feda0f607e 100644 --- a/lily/context-scheme.cc +++ b/lily/context-scheme.cc @@ -76,7 +76,7 @@ LY_DEFINE (ly_context_grob_definition, "ly:context-grob-definition", LY_DEFINE (ly_context_pushpop_property, "ly:context-pushpop-property", 3, 1, 0, (SCM context, SCM grob, SCM eltprop, SCM val), - "Do a single @code{\\override} or @code{\\revert} operation" + "Do @code{\\temporary \\override} or @code{\\revert} operation" " in @var{context}. The grob definition @var{grob} is extended" " with @var{eltprop} (if @var{val} is specified) or reverted" " (if unspecified).")