diff options
| author | Miles Bader <miles@gnu.org> | 2001-10-21 15:23:58 +0000 |
|---|---|---|
| committer | Miles Bader <miles@gnu.org> | 2001-10-21 15:23:58 +0000 |
| commit | 38623e24a8f4ba607d9b6a544cdc606d15cae08c (patch) | |
| tree | 5214edf9b4d0fb122b45bc684dc2488613f06d43 | |
| parent | f717af878f9013e0019f0bcf9b8ddc8354728f14 (diff) | |
| download | emacs-38623e24a8f4ba607d9b6a544cdc606d15cae08c.tar.gz | |
(Ftrack_mouse): Add usage: string to doc string.
| -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, "Evaluate BODY with mouse movement events enabled.\n\ Within a `track-mouse' form, mouse motion generates input events that\n\ you can read with `read-event'.\n\ -Normally, mouse motion is ignored.") +Normally, mouse motion is ignored.\n\ +usage: (track-mouse BODY ...)") (args) Lisp_Object args; { |
