From: Richard M. Stallman Date: Wed, 26 Jun 2002 08:52:31 +0000 (+0000) Subject: (tooltip-x-offset, tooltip-y-offset): Doc fixes. X-Git-Tag: ttn-vms-21-2-B4~14437 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37a29d46173cfaf1036e05e51666c888a537f2d6;p=emacs.git (tooltip-x-offset, tooltip-y-offset): Doc fixes. --- diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 79504156b64..7fd5533639d 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -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