From ede867b2d0d2f3d9c619657491866b8c71c1af4a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 14 Jun 2019 23:34:45 +0200 Subject: pict: disk: Add docstring. * pict.scm (disk): Add docstring. --- pict.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pict.scm b/pict.scm index 2eb7db6..16e067e 100644 --- a/pict.scm +++ b/pict.scm @@ -689,6 +689,8 @@ override the line color and line thickness." (define* (disk size #:key (color "black")) + "Return a disk with an outer diameter of SIZE. It is filled with +the given COLOR." (fill (circle size #:border-width 0 #:border-color "none") color)) (define* (ellipse w h -- cgit v1.2.3