aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-12 17:31:26 +0000
committerJim Blandy <[email protected]>1993-06-12 17:31:26 +0000
commit1d7cc616b8d8648c0faa5fe58bb492d4e22e44e0 (patch)
tree4cf5d9f04d4eaada096e2f0816fcaf560e4b995d /src/frame.c
parent4f90516b378108808e0e7af28248fc985c485d78 (diff)
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 cbf4e96afa..006e4dec78 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;