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
61a925c1
Commit
61a925c1
authored
Jul 26, 2001
by
Gerd Moellmann
Browse files
(x-show-tip): Doc fix.
parent
d63931a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/xfns.c
src/xfns.c
+4
-1
No files found.
src/xfns.c
View file @
61a925c1
...
...
@@ -10892,7 +10892,10 @@ displayed at the mouse position, with offset DX added (default is 5 if\n\
DX isn't specified). Likewise for the y-position; if a `top' frame\n\
parameter is specified, it determines the y-position of the tooltip\n\
window, otherwise it is displayed at the mouse position, with offset\n\
DY added (default is -10).")
DY added (default is -10).\n\
\n\
A tooltip's maximum size is specified by `x-max-tooltip-size'.\n\
Text larger than the specified size is clipped.")
(string, frame, parms, timeout, dx, dy)
Lisp_Object string, frame, parms, timeout, dx, dy;
{
...
...
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