]> git.eshelyaron.com Git - emacs.git/commitdiff
(tooltip-x-offset, tooltip-y-offset): Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Jun 2002 08:52:31 +0000 (08:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Jun 2002 08:52:31 +0000 (08:52 +0000)
lisp/tooltip.el

index 79504156b64b42d0e116faad45829cf1f1bcea0d..7fd5533639d0c681b375d9007fbcdc267a46c6c5 100644 (file)
@@ -77,7 +77,7 @@ Do so after `tooltip-short-delay'."
 
 
 (defcustom tooltip-x-offset nil
-  "Specify an X offset, in pixels, for the display of tooltips.
+  "X offset, in pixels, for the display of tooltips.
 The offset is relative to the position of the mouse.  It must
 be chosen so that the tooltip window doesn't contain the mouse
 when it pops up.  If the value is nil, the default offset is 5
@@ -92,7 +92,7 @@ the value of `tooltip-x-offset' is ignored."
 
 
 (defcustom tooltip-y-offset nil
-  "Specify a Y offset, in pixels, for the display of tooltips.
+  "Y offset, in pixels, for the display of tooltips.
 The offset is relative to the position of the mouse.  It must
 be chosen so that the tooltip window doesn't contain the mouse
 when it pops up.  If the value is nil, the default offset is -10