comparison src/w32fns.c @ 90796:4ef881a120fe

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 675-697) - Update from CVS - Merge from gnus--rel--5.10 - Release ERC 5.2. * gnus--rel--5.10 (patch 211-215) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
author Miles Bader <miles@gnu.org>
date Wed, 11 Apr 2007 00:17:47 +0000
parents dd7c098af727 742ee8b5b284
children 6d2559699bd0
comparison
equal deleted inserted replaced
90795:b9182b6a90c9 90796:4ef881a120fe
7558 7558
7559 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, 7559 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
7560 doc: /* Show STRING in a \"tooltip\" window on frame FRAME. 7560 doc: /* Show STRING in a \"tooltip\" window on frame FRAME.
7561 A tooltip window is a small window displaying a string. 7561 A tooltip window is a small window displaying a string.
7562 7562
7563 This is an internal function; Lisp code should call `tooltip-show'.
7564
7563 FRAME nil or omitted means use the selected frame. 7565 FRAME nil or omitted means use the selected frame.
7564 7566
7565 PARMS is an optional list of frame parameters which can be 7567 PARMS is an optional list of frame parameters which can be
7566 used to change the tooltip's appearance. 7568 used to change the tooltip's appearance.
7567 7569