emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101147: Add cross-references regardi


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101147: Add cross-references regarding POSITION of mouse events.
Date: Fri, 20 Aug 2010 23:07:29 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101147
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2010-08-20 23:07:29 +0300
message:
  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.
modified:
  doc/lispref/ChangeLog
  doc/lispref/commands.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-08-08 21:12:29 +0000
+++ b/doc/lispref/ChangeLog     2010-08-20 20:07:29 +0000
@@ -1,3 +1,8 @@
+2010-08-20  Eli Zaretskii  <address@hidden>
+
+       * commands.texi (Misc Events): Add cross-references to where
+       POSITION of a mouse event is described in detail.
+
 2010-08-08  Christoph  <address@hidden>
 
        * control.texi (Handling Errors) <error-message-string>: Fix arg name.

=== modified file 'doc/lispref/commands.texi'
--- a/doc/lispref/commands.texi 2010-06-24 19:05:47 +0000
+++ b/doc/lispref/commands.texi 2010-08-20 20:07:29 +0000
@@ -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
address@hidden 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]