emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Tue, 23 May 2006 03:01:00 +0000

Index: emacs/lispref/display.texi
diff -u emacs/lispref/display.texi:1.214 emacs/lispref/display.texi:1.215
--- emacs/lispref/display.texi:1.214    Fri May 12 12:07:43 2006
+++ emacs/lispref/display.texi  Tue May 23 03:00:59 2006
@@ -26,7 +26,6 @@
                           font, colors, etc.
 * Fringes::             Controlling window fringes.
 * Scroll Bars::         Controlling vertical scroll bars.
-* Pointer Shape::       Controlling the mouse pointer shape.
 * Display Property::    Enabling special display features.
 * Images::              Displaying images in Emacs buffers.
 * Buttons::             Adding clickable buttons to Emacs buffers.
@@ -3193,26 +3192,6 @@
 to use the value specified by the frame.
 @end defvar
 
address@hidden Pointer Shape
address@hidden Pointer Shape
-
-  Normally, the mouse pointer has the @code{text} shape over text and
-the @code{arrow} shape over window areas which do not correspond to
-any buffer text.  You can specify the mouse pointer shape over text or
-images via the @code{pointer} text property, and for images with the
address@hidden:pointer} and @code{:map} image properties.
-
-  The available pointer shapes are: @code{text} (or @code{nil}),
address@hidden, @code{hand}, @code{vdrag}, @code{hdrag},
address@hidden, and @code{hourglass}.
-
address@hidden void-text-area-pointer
address@hidden void-text-area-pointer
-This variable specifies the mouse pointer shape in void text areas,
-i.e. the areas after the end of a line or below the last line in the
-buffer.  The default is to use the @code{arrow} (non-text) pointer.
address@hidden defvar
-
 @node Display Property
 @section The @code{display} Property
 @cindex display specification
@@ -3841,11 +3820,11 @@
 @code{(poly . address@hidden @var{y0} @var{x1} @var{y1} ...])}
 where each pair in the vector describes one corner in the polygon.
 
-When the mouse pointer is above a hot-spot area of an image, the
+When the mouse pointer lies on a hot-spot area of an image, the
 @var{plist} of that hot-spot is consulted; if it contains a @code{help-echo}
-property it defines a tool-tip for the hot-spot, and if it contains
-a @code{pointer} property, it defines the shape of the mouse cursor when
-it is over the hot-spot.
+property, that defines a tool-tip for the hot-spot, and if it contains
+a @code{pointer} property, that defines the shape of the mouse cursor when
+it is on the hot-spot.
 @xref{Pointer Shape}, for available pointer shapes.
 
 When you click the mouse when the mouse pointer is over a hot-spot, an




reply via email to

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