changeset 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 b829792183db
children b39c4aef1848
files lisp/ChangeLog lisp/tooltip.el
diffstat 2 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 31 15:47:14 2008 +0000
+++ b/lisp/ChangeLog	Fri Oct 31 15:57:31 2008 +0000
@@ -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)
@@ -15,11 +19,6 @@
 	(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.
@@ -141,6 +140,10 @@
 	* 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)
--- 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)