aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2005-12-12 09:36:22 +0000
committerJan Djärv2005-12-12 09:36:22 +0000
commit4873609398f6e7f427b4d2be716e39a8f5702fe7 (patch)
tree1a99482fd1f088c1403653a36ab56d14344f6f51
parent7e8410d1abe43466b20aec2f72e075403c948bbb (diff)
downloademacs-4873609398f6e7f427b4d2be716e39a8f5702fe7.tar.gz
emacs-4873609398f6e7f427b4d2be716e39a8f5702fe7.zip
Changed default to 20 for tooltip-y-offset.
-rw-r--r--lisp/tooltip.el2
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."
106 :type 'integer 106 :type 'integer
107 :group 'tooltip) 107 :group 'tooltip)
108 108
109(defcustom tooltip-y-offset +40 109(defcustom tooltip-y-offset +20
110 "Y offset, in pixels, for the display of tooltips. 110 "Y offset, in pixels, for the display of tooltips.
111The offset is relative to the position of the mouse. It must 111The offset is relative to the position of the mouse. It must
112be chosen so that the tooltip window doesn't contain the mouse 112be chosen so that the tooltip window doesn't contain the mouse