From: David Kastrup Date: Tue, 27 Oct 2015 18:50:57 +0000 (+0100) Subject: grob::offset-function: fix outdated documentation string X-Git-Tag: release/2.19.31-1~14 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=41c2fc0a13383d97f8ba8f0374b5823aac140266 grob::offset-function: fix outdated documentation string --- diff --git a/scm/output-lib.scm b/scm/output-lib.scm index f525a1ebad..c56fbc46d4 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -992,9 +992,9 @@ based on the grob property data @var{data} (which can be plain data, a callback itself, or an unpure-pure-container). Function @var{func} accepts a grob and returns a value that is added -to the value resulting from @var{data}. Optional arguments @var{plus} -and @var{valid?} default to @code{+} and @code{number?} respectively -and allow for using a different underlying accumulation/type. +to the value resulting from @var{data}. Optional argument @var{plus} +defaults to @code{+} but may be changed to allow for using a different +underlying accumulation. If @var{data} is @code{#f} or @code{'()}, it is not included in the sum." (cond ((or (not data) (null? data))