Mercurial > emacs
diff src/macfns.c @ 76700:742ee8b5b284
(Fx_show_tip): Doc fix.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 24 Mar 2007 15:41:33 +0000 |
| parents | fa556a7af559 |
| children | 726af0adfd34 |
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
