# HG changeset patch # User Eli Zaretskii # Date 1174750893 0 # Node ID 742ee8b5b2848779471fee551f8dbb3d6a1aa53a # Parent 0004bd68bb07b3bbdf8beabb70dafc35c83fcbb4 (Fx_show_tip): Doc fix. diff -r 0004bd68bb07 -r 742ee8b5b284 src/macfns.c --- 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 diff -r 0004bd68bb07 -r 742ee8b5b284 src/w32fns.c --- 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 diff -r 0004bd68bb07 -r 742ee8b5b284 src/xfns.c --- 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