summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi
index 77f6ae0..ace2e7f 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -614,7 +614,8 @@ Like some of the other math modules, there exists a collection of
functions that do in-place modification of rectangles for use in
performance critical code paths.
-@deffn {Procedure} make-rect @var{x} @var{y} @var{width} @var{height}
+@deffn {Procedure} rect @var{x} @var{y} @var{width} @var{height}
+@deffnx {Procedure} make-rect @var{x} @var{y} @var{width} @var{height}
Create a new rectangle that is @var{width} by @var{height} in size and
whose bottom-left corner is located at (@var{x}, @var{y}).
@end deffn