Mercurial > emacs
changeset 25550:05f27fc24f81
(Fx_show_tip): Improve documentation.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 05 Sep 1999 21:22:48 +0000 |
parents | 63deb587dce1 |
children | 5cd9adabaee5 |
files | src/xfns.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.") () {