comparison src/xfns.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 95d0cdf160ea 742ee8b5b284
children e9f94688a064
comparison
equal deleted inserted replaced
90795:b9182b6a90c9 90796:4ef881a120fe
5265 5265
5266 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, 5266 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
5267 doc: /* Show STRING in a "tooltip" window on frame FRAME. 5267 doc: /* Show STRING in a "tooltip" window on frame FRAME.
5268 A tooltip window is a small X window displaying a string. 5268 A tooltip window is a small X window displaying a string.
5269 5269
5270 This is an internal function; Lisp code should call `tooltip-show'.
5271
5270 FRAME nil or omitted means use the selected frame. 5272 FRAME nil or omitted means use the selected frame.
5271 5273
5272 PARMS is an optional list of frame parameters which can be used to 5274 PARMS is an optional list of frame parameters which can be used to
5273 change the tooltip's appearance. 5275 change the tooltip's appearance.
5274 5276