aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c6
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
9727DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 4, 0, 9727DEFUN ("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\
9729A tooltip window is a small X window displaying STRING at\n\
9730the current mouse position.\n\
9729FRAME nil or omitted means use the selected frame.\n\ 9731FRAME nil or omitted means use the selected frame.\n\
9730PARMS is an optional list of frame parameters which can be\n\ 9732PARMS is an optional list of frame parameters which can be\n\
9731used to change the tooltip's appearance.\n\ 9733used 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
9865DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0, 9867DEFUN ("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\
9867Value is t is tooltip was open, nil otherwise.") 9869Value is t is tooltip was open, nil otherwise.")
9868 () 9870 ()
9869{ 9871{