diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-07-26 08:47:22 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-07-26 08:47:22 -0400 |
commit | 11fe9551070fa664c4c4f3c713c6f6f0e8b2226c (patch) | |
tree | a2e05e386c8e8184d85eaed45eb54ff40717d731 /doc/api.texi | |
parent | 64136e5e9ffdf13e981105d778b286b8d3a51578 (diff) |
doc: mouse: Fix misnamed mouse cursor procedure.
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 85e5bf7..edd111c 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -334,7 +334,7 @@ Create a new cursor from the system's available set, chosen by @end deffn -@deffn {Procedure} make-surface-cursor surface hot-x hot-y +@deffn {Procedure} make-color-cursor surface hot-x hot-y Create a new cursor from a surface and the given hotspot coordinates (@var{hot-x}, @var{hot-y}). @end deffn |