# HG changeset patch # User Gerd Moellmann # Date 936566568 0 # Node ID 05f27fc24f81498c5e7ef4f0ee5f2955bc464c9e # Parent 63deb587dce140b4561f994d93b8a7b61cf74288 (Fx_show_tip): Improve documentation. diff -r 63deb587dce1 -r 05f27fc24f81 src/xfns.c --- a/src/xfns.c Sun Sep 05 21:22:46 1999 +0000 +++ b/src/xfns.c Sun Sep 05 21:22:48 1999 +0000 @@ -9725,7 +9725,9 @@ 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 @@ 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.") () {