diff options
| author | Richard M. Stallman | 1992-06-04 02:40:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-06-04 02:40:51 +0000 |
| commit | 3371bdfcb62354eb8ce68f5636edeab379bf0eab (patch) | |
| tree | 61a5ccfe5eb814ac899154d9c11dbabe0b66187b /src/keyboard.c | |
| parent | ab17c3f26e949ede71d16587e5be6c97ac190930 (diff) | |
| download | emacs-3371bdfcb62354eb8ce68f5636edeab379bf0eab.tar.gz emacs-3371bdfcb62354eb8ce68f5636edeab379bf0eab.zip | |
*** empty log message ***
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index a935c5bd94a..910a4b9a77f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1451,8 +1451,9 @@ tracking_off (old_value) | |||
| 1451 | 1451 | ||
| 1452 | DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, | 1452 | DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, |
| 1453 | "Evaluate BODY with mouse movement and button release events enabled.\n\ | 1453 | "Evaluate BODY with mouse movement and button release events enabled.\n\ |
| 1454 | Within a track-mouse, read-event reports mouse movement and button releases;\n\ | 1454 | Within a `track-mouse', mouse motion and button releases generate input\n\ |
| 1455 | otherwise, they are ignored.") | 1455 | events that you can read with `read-event'.\n\ |
| 1456 | Normally, these occurrences don't generate events.") | ||
| 1456 | (args) | 1457 | (args) |
| 1457 | Lisp_Object args; | 1458 | Lisp_Object args; |
| 1458 | { | 1459 | { |