(Fx_show_tip): Improve documentation.
authorGerd Moellmann <gerd@gnu.org>
Sun, 5 Sep 1999 21:22:48 +0000 (21:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 5 Sep 1999 21:22:48 +0000 (21:22 +0000)
src/xfns.c

index 449acf0..f3fff57 100644 (file)
@@ -9725,7 +9725,9 @@ x_create_tip_frame (dpyinfo, parms)
 
 
 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 4, 0,
-  "Show tooltip STRING on frame FRAME.\n\
+  "Show STRING in a \"tooltip\" window on frame FRAME.\n\
+A tooltip window is a small X window displaying STRING at\n\
+the current mouse position.\n\
 FRAME nil or omitted means use the selected frame.\n\
 PARMS is an optional list of frame parameters which can be\n\
 used to change the tooltip's appearance.\n\
@@ -9863,7 +9865,7 @@ TIMEOUT nil means use the default timeout of 5 seconds.")
 
 
 DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0,
-  "Hide the current tooltip, if there is any.\n\
+  "Hide the current tooltip window, if there is any.\n\
 Value is t is tooltip was open, nil otherwise.")
   ()
 {