From 37a29d46173cfaf1036e05e51666c888a537f2d6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 26 Jun 2002 08:52:31 +0000 Subject: [PATCH] (tooltip-x-offset, tooltip-y-offset): Doc fixes. --- lisp/tooltip.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2