diff options
| author | Richard M. Stallman | 2001-11-14 00:04:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-14 00:04:24 +0000 |
| commit | 030ca2d924ebdf128615de5183daf70846e232cd (patch) | |
| tree | 47ad4ff78c8f4ee1872341996d01cb5ad7cfc793 /src | |
| parent | 39270c092ada649fe19e5e588b4b60bd03303925 (diff) | |
| download | emacs-030ca2d924ebdf128615de5183daf70846e232cd.tar.gz emacs-030ca2d924ebdf128615de5183daf70846e232cd.zip | |
(Fsun_change_cursor_icon): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sunfns.c | 3 |
1 files changed, 2 insertions, 1 deletions
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, | |||
| 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. */) |