diff options
| author | Gerd Moellmann | 2001-07-26 13:16:25 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-26 13:16:25 +0000 |
| commit | 61a925c117ea9ccfaed6d83693a4e3fc638d18c4 (patch) | |
| tree | 1fabc2ad678beb65d1d659f5c710652ddbead83b /src | |
| parent | d63931a26f6390e3dd44ec52bdb211ef46d4f604 (diff) | |
| download | emacs-61a925c117ea9ccfaed6d83693a4e3fc638d18c4.tar.gz emacs-61a925c117ea9ccfaed6d83693a4e3fc638d18c4.zip | |
(x-show-tip): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 5 |
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\ | |||
| 10892 | DX isn't specified). Likewise for the y-position; if a `top' frame\n\ | 10892 | DX isn't specified). Likewise for the y-position; if a `top' frame\n\ |
| 10893 | parameter is specified, it determines the y-position of the tooltip\n\ | 10893 | parameter is specified, it determines the y-position of the tooltip\n\ |
| 10894 | window, otherwise it is displayed at the mouse position, with offset\n\ | 10894 | window, otherwise it is displayed at the mouse position, with offset\n\ |
| 10895 | DY added (default is -10).") | 10895 | DY added (default is -10).\n\ |
| 10896 | \n\ | ||
| 10897 | A tooltip's maximum size is specified by `x-max-tooltip-size'.\n\ | ||
| 10898 | Text 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 | { |