Mercurial > emacs
diff src/keyboard.c @ 682:71f59bd24996
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 Jun 1992 02:40:51 +0000 |
parents | 39f0e62a8511 |
children | e2b747dd6a6e |
line wrap: on
line diff
--- a/src/keyboard.c Wed Jun 03 22:58:36 1992 +0000 +++ b/src/keyboard.c Thu Jun 04 02:40:51 1992 +0000 @@ -1451,8 +1451,9 @@ DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, "Evaluate BODY with mouse movement and button release events enabled.\n\ -Within a track-mouse, read-event reports mouse movement and button releases;\n\ -otherwise, they are ignored.") +Within a `track-mouse', mouse motion and button releases generate input\n\ +events that you can read with `read-event'.\n\ +Normally, these occurrences don't generate events.") (args) Lisp_Object args; {