aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-26 13:16:25 +0000
committerGerd Moellmann2001-07-26 13:16:25 +0000
commit61a925c117ea9ccfaed6d83693a4e3fc638d18c4 (patch)
tree1fabc2ad678beb65d1d659f5c710652ddbead83b /src
parentd63931a26f6390e3dd44ec52bdb211ef46d4f604 (diff)
downloademacs-61a925c117ea9ccfaed6d83693a4e3fc638d18c4.tar.gz
emacs-61a925c117ea9ccfaed6d83693a4e3fc638d18c4.zip
(x-show-tip): Doc fix.
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{