From: David Nalesnik Date: Mon, 9 Feb 2015 14:59:35 +0000 (-0600) Subject: Fix docstring of property when X-Git-Tag: release/2.19.16-1~2^2~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9fa898402775060cc74c8d986263c5a2a59a707f;p=lilypond.git Fix docstring of property when --- diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 7e912722e6..5b7f86e852 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -1129,8 +1129,7 @@ one below this grob.") ;;; ;;; w ;;; - (when ,ly:moment? "Global time step associated with this column -happen?") + (when ,ly:moment? "Global time step associated with this column.") (whiteout ,boolean? "If true, the grob is printed over a white background to white-out underlying material, if the grob is visible. Usually #f by default.")