# HG changeset patch # User Jim Blandy # Date 739906201 0 # Node ID 8e83f20d0e39e56252beca0f4c5ddd14a8df2bcd # Parent 589aaa4a815bbea719b5d15606450cda15ae2728 * frame.c (Fmouse_position): Doc fix. diff -r 589aaa4a815b -r 8e83f20d0e39 src/frame.c --- a/src/frame.c Sat Jun 12 17:23:13 1993 +0000 +++ b/src/frame.c Sat Jun 12 17:30:01 1993 +0000 @@ -743,6 +743,8 @@ DEFUN ("mouse-position", Fmouse_position, Smouse_position, 0, 0, 0, "Return a list (FRAME X . Y) giving the current mouse frame and position.\n\ +The position is given in character cells, where (0, 0) is the\n\ +upper-left corner.\n\ If Emacs is running on a mouseless terminal or hasn't been programmed\n\ to read the mouse position, it returns the selected frame for FRAME\n\ and nil for X and Y.")