summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-12-13 08:29:32 -0500
committerDavid Thompson <dthompson2@worcester.edu>2018-12-13 08:29:32 -0500
commit61f4554f47e342bb9eb1f2754586e55fd458bec7 (patch)
tree1c85cc5e5098469bfe48cb83ddc85a019fd9db01 /doc
parent7c224a6e64ed658600585230609152d5d83f43bb (diff)
doc: Mention 'rect' in manual.
* doc/api.texi (Rectangles): Document 'rect' procedure.
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