diff options
| -rw-r--r-- | src/xfns.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index 449acf0f943..f3fff57f805 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -9725,7 +9725,9 @@ x_create_tip_frame (dpyinfo, parms) | |||
| 9725 | 9725 | ||
| 9726 | 9726 | ||
| 9727 | DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 4, 0, | 9727 | DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 4, 0, |
| 9728 | "Show tooltip STRING on frame FRAME.\n\ | 9728 | "Show STRING in a \"tooltip\" window on frame FRAME.\n\ |
| 9729 | A tooltip window is a small X window displaying STRING at\n\ | ||
| 9730 | the current mouse position.\n\ | ||
| 9729 | FRAME nil or omitted means use the selected frame.\n\ | 9731 | FRAME nil or omitted means use the selected frame.\n\ |
| 9730 | PARMS is an optional list of frame parameters which can be\n\ | 9732 | PARMS is an optional list of frame parameters which can be\n\ |
| 9731 | used to change the tooltip's appearance.\n\ | 9733 | used to change the tooltip's appearance.\n\ |
| @@ -9863,7 +9865,7 @@ TIMEOUT nil means use the default timeout of 5 seconds.") | |||
| 9863 | 9865 | ||
| 9864 | 9866 | ||
| 9865 | DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0, | 9867 | DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0, |
| 9866 | "Hide the current tooltip, if there is any.\n\ | 9868 | "Hide the current tooltip window, if there is any.\n\ |
| 9867 | Value is t is tooltip was open, nil otherwise.") | 9869 | Value is t is tooltip was open, nil otherwise.") |
| 9868 | () | 9870 | () |
| 9869 | { | 9871 | { |