Mercurial > emacs
changeset 38575:0b974a5d9460
(x-show-tip): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 26 Jul 2001 13:16:25 +0000 |
parents | 79a0d7b341b3 |
children | c6a3a3a3c0de |
files | src/xfns.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Thu Jul 26 13:14:02 2001 +0000 +++ b/src/xfns.c Thu Jul 26 13:16:25 2001 +0000 @@ -10892,7 +10892,10 @@ 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; {