# HG changeset patch # User Richard M. Stallman # Date 1025081551 0 # Node ID ce0d438fe05e0e3fb0d74836e55f199faaabf6ab # Parent 267399555cd1857db9325b02a76dbb06c8da9017 (tooltip-x-offset, tooltip-y-offset): Doc fixes. diff -r 267399555cd1 -r ce0d438fe05e lisp/tooltip.el --- a/lisp/tooltip.el Wed Jun 26 08:51:45 2002 +0000 +++ b/lisp/tooltip.el Wed Jun 26 08:52:31 2002 +0000 @@ -77,7 +77,7 @@ (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 @@ (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