]> git.eshelyaron.com Git - emacs.git/commitdiff
* tooltip.el (tooltip-frame-parameters): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 31 Oct 2008 15:57:31 +0000 (15:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 31 Oct 2008 15:57:31 +0000 (15:57 +0000)
lisp/ChangeLog
lisp/tooltip.el

index dc41231ec5316340e17538dba687e6cd10a0cb3d..726872e880aa7024e61aa55f8ed4fd8087f8c432 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * tooltip.el (tooltip-frame-parameters): Doc fix.
+
 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (window-body-height, window-current-scroll-bars)
        (split-window-save-restore-data): Rename args and use
        when instead of if.
 
-2008-10-29  Kenichi Handa  <handa@m17n.org>
-
-       * descr-text.el (describe-char): Fix terminal case (where font is
-       nil).
-
 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
 
        * indent.el (indent-for-tab-command): Use use-region-p.
        * startup.el (inhibit-startup-screen): Reflow docstring.
        (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
 
+2008-10-27  Kenichi Handa  <handa@m17n.org>
+
+       * descr-text.el (describe-char): Fix terminal case (where font is nil).
+
 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
 
        * face-remap.el (text-scale-increase, text-scale-decrease)
index fd3f39348240349e794b64269aa7bb43f6212f68..cf1951bedb8a1d85239b895a10d20e251b6a0eaa 100644 (file)
@@ -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)