1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

* frame.c (Fmake_frame_visible): Make this interactively callable;

frames can accept input while iconified, so it makes sense to put
	this on a key.
This commit is contained in:
Jim Blandy 1993-06-19 01:47:40 +00:00
parent 733155db8a
commit fc25d15df0

View file

@ -791,7 +791,7 @@ WARNING: If you use this under X, you should do `unfocus-frame' afterwards.")
}
DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
0, 1, 0,
0, 1, "",
"Make the frame FRAME visible (assuming it is an X-window).\n\
Also raises the frame so that nothing obscures it.\n\
If omitted, FRAME defaults to the currently selected frame.")