Mercurial > emacs
comparison src/sunfns.c @ 41024:b192e8b73558
(Fsun_change_cursor_icon): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Nov 2001 00:04:24 +0000 |
parents | cdfd4d09b79a |
children | 40db0673e6f0 |
comparison
equal
deleted
inserted
replaced
41023:570fdfa8cc9e | 41024:b192e8b73558 |
---|---|
206 * Change the Sun mouse icon | 206 * Change the Sun mouse icon |
207 */ | 207 */ |
208 DEFUN ("sun-change-cursor-icon", | 208 DEFUN ("sun-change-cursor-icon", |
209 Fsun_change_cursor_icon, | 209 Fsun_change_cursor_icon, |
210 Ssun_change_cursor_icon, 1, 1, 0, | 210 Ssun_change_cursor_icon, 1, 1, 0, |
211 doc: /* Change the Sun mouse cursor icon. ICON is a lisp vector whose 1st element | 211 doc: /* Change the Sun mouse cursor icon. |
212 ICON is a lisp vector whose 1st element | |
212 is the X offset of the cursor hot-point, whose 2nd element is the Y offset | 213 is the X offset of the cursor hot-point, whose 2nd element is the Y offset |
213 of the cursor hot-point and whose 3rd element is the cursor pixel data | 214 of the cursor hot-point and whose 3rd element is the cursor pixel data |
214 expressed as a string. If ICON is nil then the original arrow cursor is used. */) | 215 expressed as a string. If ICON is nil then the original arrow cursor is used. */) |
215 (Icon) | 216 (Icon) |
216 Lisp_Object Icon; | 217 Lisp_Object Icon; |