diff options
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index fa49f1257a1..cbf4e96afa5 100644 --- a/src/frame.c +++ b/src/frame.c @@ -743,6 +743,8 @@ A frame may not be deleted if its minibuffer is used by other frames.") 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.") |
