(tooltip-show): Use tooltip-hide-delay instead of the default.
:group 'tooltip)
+(defcustom tooltip-hide-delay 5
+ "Hide tooltips automatically after this many seconds."
+ :tag "Hide delay"
+ :type 'number
+ :group 'tooltip)
+
+
(defcustom tooltip-x-offset nil
"Specify an X offset for the display of tooltips.
The offset is relative to the position of the mouse. It must
(x-show-tip (propertize text 'face 'tooltip)
(selected-frame)
params
- nil
+ tooltip-hide-delay
tooltip-x-offset
tooltip-y-offset))
(error