diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2005-12-12 09:36:22 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2005-12-12 09:36:22 +0000 |
commit | 4873609398f6e7f427b4d2be716e39a8f5702fe7 (patch) | |
tree | 1a99482fd1f088c1403653a36ab56d14344f6f51 /lisp/tooltip.el | |
parent | 7e8410d1abe43466b20aec2f72e075403c948bbb (diff) | |
download | emacs-4873609398f6e7f427b4d2be716e39a8f5702fe7.tar.gz |
Changed default to 20 for tooltip-y-offset.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 451ca389013..20588f0deac 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -106,7 +106,7 @@ the value of `tooltip-x-offset' is ignored." :type 'integer :group 'tooltip) -(defcustom tooltip-y-offset +40 +(defcustom tooltip-y-offset +20 "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 |