diff lisp/tooltip.el @ 99283:563e71d339f2

* tooltip.el (tooltip-frame-parameters): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 31 Oct 2008 15:57:31 +0000
parents 33f78208d5f0
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/tooltip.el	Fri Oct 31 15:47:14 2008 +0000
+++ b/lisp/tooltip.el	Fri Oct 31 15:57:31 2008 +0000
@@ -121,7 +121,10 @@
   "Frame parameters used for tooltips.
 
 If `left' or `top' parameters are included, they specify the absolute
-position to pop up the tooltip."
+position to pop up the tooltip.
+
+Note that font and color parameters are ignored, and the attributes
+of the `tooltip' face are used instead."
   :type 'sexp
   :group 'tooltip)