Mercurial > emacs
changeset 3693:8e83f20d0e39
* frame.c (Fmouse_position): Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 12 Jun 1993 17:30:01 +0000 |
parents | 589aaa4a815b |
children | f0e305fceb86 |
files | src/frame.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.")