Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
38df7d21
Commit
38df7d21
authored
Oct 31, 2008
by
Juanma Barranquero
Browse files
* tooltip.el (tooltip-frame-parameters): Doc fix.
parent
768ef819
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
lisp/ChangeLog
lisp/ChangeLog
+8
-5
lisp/tooltip.el
lisp/tooltip.el
+4
-1
No files found.
lisp/ChangeLog
View file @
38df7d21
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)
...
...
lisp/tooltip.el
View file @
38df7d21
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment