aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-06-12 17:30:01 +0000
committerJim Blandy1993-06-12 17:30:01 +0000
commit4f90516b378108808e0e7af28248fc985c485d78 (patch)
tree7c5a2be0ce62350a010e37514e013ea7e9f6c47a /src
parentfb351039483a30f8c5c666cf9df7066d35ac0bd8 (diff)
downloademacs-4f90516b378108808e0e7af28248fc985c485d78.tar.gz
emacs-4f90516b378108808e0e7af28248fc985c485d78.zip
* frame.c (Fmouse_position): Doc fix.
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.")