Mercurial > emacs
comparison src/w32fns.c @ 76700:742ee8b5b284
(Fx_show_tip): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 24 Mar 2007 15:41:33 +0000 |
parents | 5e1d8f9b52ea |
children | 04fafc2fc785 ca1c27e2707e 4ef881a120fe |
comparison
equal
deleted
inserted
replaced
76699:0004bd68bb07 | 76700:742ee8b5b284 |
---|---|
7496 | 7496 |
7497 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, | 7497 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, |
7498 doc: /* Show STRING in a \"tooltip\" window on frame FRAME. | 7498 doc: /* Show STRING in a \"tooltip\" window on frame FRAME. |
7499 A tooltip window is a small window displaying a string. | 7499 A tooltip window is a small window displaying a string. |
7500 | 7500 |
7501 This is an internal function; Lisp code should call `tooltip-show'. | |
7502 | |
7501 FRAME nil or omitted means use the selected frame. | 7503 FRAME nil or omitted means use the selected frame. |
7502 | 7504 |
7503 PARMS is an optional list of frame parameters which can be | 7505 PARMS is an optional list of frame parameters which can be |
7504 used to change the tooltip's appearance. | 7506 used to change the tooltip's appearance. |
7505 | 7507 |