From 0f0e14654f447a098f4147ff72d60056e23062f7 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 30 Mar 2005 15:32:43 +0000 Subject: [PATCH] (make-stencil-boxer): Junk code duplication, use box-stencil. Remove y-padding argument. (make-stencil-circler): New function. --- scm/output-lib.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 6adb53fcfb..7e746b7895 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -97,7 +97,7 @@ (lambda (grob) (box-stencil (callback grob) thickness padding))) (define-public (make-stencil-circler thickness padding callback) - "Return function that adds a box around the grob passed as argument." + "Return function that adds a circle around the grob passed as argument." (lambda (grob) (circle-stencil (callback grob) thickness padding))) (define-public (arg->string arg) -- 2.39.5