aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-10-31 15:57:31 +0000
committerJuanma Barranquero2008-10-31 15:57:31 +0000
commit38df7d213a021c1c0780b35ee81ac9ab125730dc (patch)
treeda3066dc8559a0c833f89d73aec1acc76ec9cf6e
parent768ef8199210eb5bc1748a549a0587fee09f2663 (diff)
downloademacs-38df7d213a021c1c0780b35ee81ac9ab125730dc.tar.gz
emacs-38df7d213a021c1c0780b35ee81ac9ab125730dc.zip
* tooltip.el (tooltip-frame-parameters): Doc fix.
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/tooltip.el5
2 files changed, 12 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dc41231ec53..726872e880a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-10-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * tooltip.el (tooltip-frame-parameters): Doc fix.
4
12008-10-31 Martin Rudalics <rudalics@gmx.at> 52008-10-31 Martin Rudalics <rudalics@gmx.at>
2 6
3 * window.el (window-body-height, window-current-scroll-bars) 7 * window.el (window-body-height, window-current-scroll-bars)
@@ -15,11 +19,6 @@
15 (split-window-save-restore-data): Rename args and use 19 (split-window-save-restore-data): Rename args and use
16 when instead of if. 20 when instead of if.
17 21
182008-10-29 Kenichi Handa <handa@m17n.org>
19
20 * descr-text.el (describe-char): Fix terminal case (where font is
21 nil).
22
232008-10-30 Chong Yidong <cyd@stupidchicken.com> 222008-10-30 Chong Yidong <cyd@stupidchicken.com>
24 23
25 * indent.el (indent-for-tab-command): Use use-region-p. 24 * indent.el (indent-for-tab-command): Use use-region-p.
@@ -141,6 +140,10 @@
141 * startup.el (inhibit-startup-screen): Reflow docstring. 140 * startup.el (inhibit-startup-screen): Reflow docstring.
142 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos. 141 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
143 142
1432008-10-27 Kenichi Handa <handa@m17n.org>
144
145 * descr-text.el (describe-char): Fix terminal case (where font is nil).
146
1442008-10-27 Juanma Barranquero <lekktu@gmail.com> 1472008-10-27 Juanma Barranquero <lekktu@gmail.com>
145 148
146 * face-remap.el (text-scale-increase, text-scale-decrease) 149 * face-remap.el (text-scale-increase, text-scale-decrease)
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."
121 "Frame parameters used for tooltips. 121 "Frame parameters used for tooltips.
122 122
123If `left' or `top' parameters are included, they specify the absolute 123If `left' or `top' parameters are included, they specify the absolute
124position to pop up the tooltip." 124position to pop up the tooltip.
125
126Note that font and color parameters are ignored, and the attributes
127of the `tooltip' face are used instead."
125 :type 'sexp 128 :type 'sexp
126 :group 'tooltip) 129 :group 'tooltip)
127 130