diff options
| author | Jim Blandy | 1993-06-12 17:30:01 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-12 17:30:01 +0000 |
| commit | 4f90516b378108808e0e7af28248fc985c485d78 (patch) | |
| tree | 7c5a2be0ce62350a010e37514e013ea7e9f6c47a /src | |
| parent | fb351039483a30f8c5c666cf9df7066d35ac0bd8 (diff) | |
| download | emacs-4f90516b378108808e0e7af28248fc985c485d78.tar.gz emacs-4f90516b378108808e0e7af28248fc985c485d78.zip | |
* frame.c (Fmouse_position): Doc fix.
Diffstat (limited to 'src')
| -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.") | |||
| 743 | 743 | ||
| 744 | DEFUN ("mouse-position", Fmouse_position, Smouse_position, 0, 0, 0, | 744 | DEFUN ("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\ |
| 746 | The position is given in character cells, where (0, 0) is the\n\ | ||
| 747 | upper-left corner.\n\ | ||
| 746 | If Emacs is running on a mouseless terminal or hasn't been programmed\n\ | 748 | If Emacs is running on a mouseless terminal or hasn't been programmed\n\ |
| 747 | to read the mouse position, it returns the selected frame for FRAME\n\ | 749 | to read the mouse position, it returns the selected frame for FRAME\n\ |
| 748 | and nil for X and Y.") | 750 | and nil for X and Y.") |