emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/commands.texi,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi,v
Date: Sun, 03 Jun 2007 01:05:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/06/03 01:05:49

Index: commands.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/commands.texi,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -b -r1.104 -r1.105
--- commands.texi       30 May 2007 05:18:22 -0000      1.104
+++ commands.texi       3 Jun 2007 01:05:49 -0000       1.105
@@ -1225,7 +1225,7 @@
 
 
 @item @var{x}, @var{y}
-These are the pixel-denominated coordinates of the click, relative to
+These are the pixel coordinates of the click, relative to
 the top left corner of @var{window}, which is @code{(0 . 0)}.
 For the mode or header line, @var{y} does not have meaningful data.
 For the vertical line, @var{x} does not have meaningful data.
@@ -1266,13 +1266,14 @@
 an image object as returned by @code{find-image} if click was in an image.
 
 @item @var{dx}, @var{dy}
-These are the pixel-denominated coordinates of the click, relative to
+These are the pixel coordinates of the click, relative to
 the top left corner of @var{object}, which is @code{(0 . 0)}.  If
 @var{object} is @code{nil}, the coordinates are relative to the top
 left corner of the character glyph clicked on.
 
 @item @var{width}, @var{height}
-These are the pixel-denominated width and height of @var{object}.
+These are the pixel width and height of @var{object} or, if this is
address@hidden, those of the character glyph clicked on.
 @end table
  
 @sp 1




reply via email to

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