Mercurial > emacs
changeset 76700:742ee8b5b284
(Fx_show_tip): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 24 Mar 2007 15:41:33 +0000 |
parents | 0004bd68bb07 |
children | 56a7b88d5c8e |
files | src/macfns.c src/w32fns.c src/xfns.c |
diffstat | 3 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macfns.c Sat Mar 24 13:49:54 2007 +0000 +++ b/src/macfns.c Sat Mar 24 15:41:33 2007 +0000 @@ -4115,6 +4115,8 @@ 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 used to
--- a/src/w32fns.c Sat Mar 24 13:49:54 2007 +0000 +++ b/src/w32fns.c Sat Mar 24 15:41:33 2007 +0000 @@ -7498,6 +7498,8 @@ 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
--- a/src/xfns.c Sat Mar 24 13:49:54 2007 +0000 +++ b/src/xfns.c Sat Mar 24 15:41:33 2007 +0000 @@ -5030,6 +5030,8 @@ doc: /* Show STRING in a "tooltip" window on frame FRAME. A tooltip window is a small X 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 used to