diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-10-31 15:57:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-10-31 15:57:31 +0000 |
commit | 38df7d213a021c1c0780b35ee81ac9ab125730dc (patch) | |
tree | da3066dc8559a0c833f89d73aec1acc76ec9cf6e /lisp/tooltip.el | |
parent | 768ef8199210eb5bc1748a549a0587fee09f2663 (diff) | |
download | emacs-38df7d213a021c1c0780b35ee81ac9ab125730dc.tar.gz |
* tooltip.el (tooltip-frame-parameters): Doc fix.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index fd3f3934824..cf1951bedb8 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -121,7 +121,10 @@ the value of `tooltip-y-offset' is ignored." "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) |