diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-03-24 15:42:17 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-03-24 15:42:17 +0000 |
commit | 87c891c71bd9b6c0eec05c1572ea455e0ff7d705 (patch) | |
tree | a40a8b3715e9ff5e2580334b1a874876c65b206b /src/w32fns.c | |
parent | 573ab279d69451d07a7780b6c6b4de147ca8b5fe (diff) | |
download | emacs-87c891c71bd9b6c0eec05c1572ea455e0ff7d705.tar.gz |
(Fx_show_tip): Doc fix.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index e4961a6bfbe..8cac4ea2376 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -7498,6 +7498,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, doc: /* Show STRING in a \"tooltip\" window on frame FRAME. A tooltip window is a small window displaying a string. +This is an internal function; Lisp code should call `tooltip-show'. + FRAME nil or omitted means use the selected frame. PARMS is an optional list of frame parameters which can be |