diff options
| author | Jim Blandy | 1993-06-12 17:31:26 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-12 17:31:26 +0000 |
| commit | 1d7cc616b8d8648c0faa5fe58bb492d4e22e44e0 (patch) | |
| tree | 4cf5d9f04d4eaada096e2f0816fcaf560e4b995d /src/frame.c | |
| parent | 4f90516b378108808e0e7af28248fc985c485d78 (diff) | |
| download | emacs-1d7cc616b8d8648c0faa5fe58bb492d4e22e44e0.tar.gz emacs-1d7cc616b8d8648c0faa5fe58bb492d4e22e44e0.zip | |
Doc fix.
Diffstat (limited to 'src/frame.c')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index cbf4e96afa5..006e4dec781 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -771,7 +771,7 @@ and nil for X and Y.") | |||
| 771 | } | 771 | } |
| 772 | 772 | ||
| 773 | DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0, | 773 | DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0, |
| 774 | "Move the mouse pointer to the center of cell (X,Y) in FRAME.\n\ | 774 | "Move the mouse pointer to the center of character cell (X,Y) in FRAME.\n\ |
| 775 | WARNING: If you use this under X, you should do `unfocus-frame' afterwards.") | 775 | WARNING: If you use this under X, you should do `unfocus-frame' afterwards.") |
| 776 | (frame, x, y) | 776 | (frame, x, y) |
| 777 | Lisp_Object frame, x, y; | 777 | Lisp_Object frame, x, y; |