]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-show-tip): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 13:16:25 +0000 (13:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 13:16:25 +0000 (13:16 +0000)
src/xfns.c

index 0b1a492a758d84e68c60df4e869e038980e72419..f970ea47c6024fae3a11b5267a2da73c6c567894 100644 (file)
@@ -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;
 {