aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
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.")
743 743
744DEFUN ("mouse-position", Fmouse_position, Smouse_position, 0, 0, 0, 744DEFUN ("mouse-position", Fmouse_position, Smouse_position, 0, 0, 0,
745 "Return a list (FRAME X . Y) giving the current mouse frame and position.\n\ 745 "Return a list (FRAME X . Y) giving the current mouse frame and position.\n\
746The position is given in character cells, where (0, 0) is the\n\
747upper-left corner.\n\
746If Emacs is running on a mouseless terminal or hasn't been programmed\n\ 748If Emacs is running on a mouseless terminal or hasn't been programmed\n\
747to read the mouse position, it returns the selected frame for FRAME\n\ 749to read the mouse position, it returns the selected frame for FRAME\n\
748and nil for X and Y.") 750and nil for X and Y.")