1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(Ftrack_mouse): Doc fix.

This commit is contained in:
Juanma Barranquero 2007-07-16 10:39:15 +00:00
parent 755ab04c03
commit a0efc5b9e3

View File

@ -1422,7 +1422,7 @@ DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0,
Within a `track-mouse' form, mouse motion generates input events that
you can read with `read-event'.
Normally, mouse motion is ignored.
usage: (track-mouse BODY ...) */)
usage: (track-mouse BODY...) */)
(args)
Lisp_Object args;
{