From 030ca2d924ebdf128615de5183daf70846e232cd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 14 Nov 2001 00:04:24 +0000 Subject: [PATCH] (Fsun_change_cursor_icon): Doc fix. --- src/sunfns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sunfns.c b/src/sunfns.c index 7319fca0357..51347aa42f5 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -208,7 +208,8 @@ DEFUN ("update-display", Fupdate_display, Supdate_display, 0, 0, 0, DEFUN ("sun-change-cursor-icon", Fsun_change_cursor_icon, Ssun_change_cursor_icon, 1, 1, 0, - doc: /* Change the Sun mouse cursor icon. ICON is a lisp vector whose 1st element + doc: /* Change the Sun mouse cursor icon. +ICON is a lisp vector whose 1st element is the X offset of the cursor hot-point, whose 2nd element is the Y offset of the cursor hot-point and whose 3rd element is the cursor pixel data expressed as a string. If ICON is nil then the original arrow cursor is used. */) -- 2.39.5