aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2001-10-21 15:23:58 +0000
committerMiles Bader2001-10-21 15:23:58 +0000
commit38623e24a8f4ba607d9b6a544cdc606d15cae08c (patch)
tree5214edf9b4d0fb122b45bc684dc2488613f06d43 /src
parentf717af878f9013e0019f0bcf9b8ddc8354728f14 (diff)
downloademacs-38623e24a8f4ba607d9b6a544cdc606d15cae08c.tar.gz
emacs-38623e24a8f4ba607d9b6a544cdc606d15cae08c.zip
(Ftrack_mouse): Add usage: string to doc string.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
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\
3114Within a `track-mouse' form, mouse motion generates input events that\n\ 3114Within a `track-mouse' form, mouse motion generates input events that\n\
3115you can read with `read-event'.\n\ 3115you can read with `read-event'.\n\
3116Normally, mouse motion is ignored.") 3116Normally, mouse motion is ignored.\n\
3117usage: (track-mouse BODY ...)")
3117 (args) 3118 (args)
3118 Lisp_Object args; 3119 Lisp_Object args;
3119{ 3120{