summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-12 17:31:26 +0000
committerJim Blandy <jimb@redhat.com>1993-06-12 17:31:26 +0000
commita722818bcce08673e4dedab639b54f0349f44b57 (patch)
treefe21827e28bead346160d612182ca7a6356523b0 /src/frame.c
parent0171b9dac0119b81e10d4e58d0db71549ee59952 (diff)
downloademacs-a722818bcce08673e4dedab639b54f0349f44b57.tar.gz
Doc fix.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
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.")
}
DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0,
- "Move the mouse pointer to the center of cell (X,Y) in FRAME.\n\
+ "Move the mouse pointer to the center of character cell (X,Y) in FRAME.\n\
WARNING: If you use this under X, you should do `unfocus-frame' afterwards.")
(frame, x, y)
Lisp_Object frame, x, y;