aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 0b1a492a758..f970ea47c60 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -10892,7 +10892,10 @@ displayed at the mouse position, with offset DX added (default is 5 if\n\
10892DX isn't specified). Likewise for the y-position; if a `top' frame\n\ 10892DX isn't specified). Likewise for the y-position; if a `top' frame\n\
10893parameter is specified, it determines the y-position of the tooltip\n\ 10893parameter is specified, it determines the y-position of the tooltip\n\
10894window, otherwise it is displayed at the mouse position, with offset\n\ 10894window, otherwise it is displayed at the mouse position, with offset\n\
10895DY added (default is -10).") 10895DY added (default is -10).\n\
10896\n\
10897A tooltip's maximum size is specified by `x-max-tooltip-size'.\n\
10898Text larger than the specified size is clipped.")
10896 (string, frame, parms, timeout, dx, dy) 10899 (string, frame, parms, timeout, dx, dy)
10897 Lisp_Object string, frame, parms, timeout, dx, dy; 10900 Lisp_Object string, frame, parms, timeout, dx, dy;
10898{ 10901{