From 11fe9551070fa664c4c4f3c713c6f6f0e8b2226c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 26 Jul 2022 08:47:22 -0400 Subject: doc: mouse: Fix misnamed mouse cursor procedure. --- doc/api.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3