From 9fa898402775060cc74c8d986263c5a2a59a707f Mon Sep 17 00:00:00 2001 From: David Nalesnik Date: Mon, 9 Feb 2015 08:59:35 -0600 Subject: [PATCH] Fix docstring of property when --- scm/define-grob-properties.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.") -- 2.39.5