diff options
| author | Miles Bader | 2001-10-21 15:23:58 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-21 15:23:58 +0000 |
| commit | 38623e24a8f4ba607d9b6a544cdc606d15cae08c (patch) | |
| tree | 5214edf9b4d0fb122b45bc684dc2488613f06d43 /src | |
| parent | f717af878f9013e0019f0bcf9b8ddc8354728f14 (diff) | |
| download | emacs-38623e24a8f4ba607d9b6a544cdc606d15cae08c.tar.gz emacs-38623e24a8f4ba607d9b6a544cdc606d15cae08c.zip | |
(Ftrack_mouse): Add usage: string to doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 23b1f0d5b57..edeccde7fed 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3113,7 +3113,8 @@ DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, | |||
| 3113 | "Evaluate BODY with mouse movement events enabled.\n\ | 3113 | "Evaluate BODY with mouse movement events enabled.\n\ |
| 3114 | Within a `track-mouse' form, mouse motion generates input events that\n\ | 3114 | Within a `track-mouse' form, mouse motion generates input events that\n\ |
| 3115 | you can read with `read-event'.\n\ | 3115 | you can read with `read-event'.\n\ |
| 3116 | Normally, mouse motion is ignored.") | 3116 | Normally, mouse motion is ignored.\n\ |
| 3117 | usage: (track-mouse BODY ...)") | ||
| 3117 | (args) | 3118 | (args) |
| 3118 | Lisp_Object args; | 3119 | Lisp_Object args; |
| 3119 | { | 3120 | { |