# HG changeset patch # User Eli Zaretskii # Date 1282334849 -10800 # Node ID 2c97f9b178b45d4735c56ccb94e75f5ca7c3e266 # Parent b7e155afcb648bba366170626def1c9564a24a3f Add cross-references regarding POSITION of mouse events. commands.texi (Misc Events): Add cross-references to where POSITION of a mouse event is described in detail. diff -r b7e155afcb64 -r 2c97f9b178b4 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Fri Aug 20 22:01:27 2010 +0200 +++ b/doc/lispref/ChangeLog Fri Aug 20 23:07:29 2010 +0300 @@ -1,3 +1,8 @@ +2010-08-20 Eli Zaretskii + + * commands.texi (Misc Events): Add cross-references to where + POSITION of a mouse event is described in detail. + 2010-08-08 Christoph * control.texi (Handling Errors) : Fix arg name. diff -r b7e155afcb64 -r 2c97f9b178b4 doc/lispref/commands.texi --- a/doc/lispref/commands.texi Fri Aug 20 22:01:27 2010 +0200 +++ b/doc/lispref/commands.texi Fri Aug 20 23:07:29 2010 +0300 @@ -1616,7 +1616,8 @@ usual meaning is a kind of scroll or zoom. The element @var{position} is a list describing the position of the -event, in the same format as used in a mouse-click event. +event, in the same format as used in a mouse-click event (@pxref{Click +Events}). @vindex mouse-wheel-up-event @vindex mouse-wheel-down-event @@ -1633,9 +1634,10 @@ dropped onto an Emacs frame. The element @var{position} is a list describing the position of the -event, in the same format as used in a mouse-click event, and -@var{files} is the list of file names that were dragged and dropped. -The usual way to handle this event is by visiting these files. +event, in the same format as used in a mouse-click event (@pxref{Click +Events}), and @var{files} is the list of file names that were dragged +and dropped. The usual way to handle this event is by visiting these +files. This kind of event is generated, at present, only on some kinds of systems.