aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 9a865c379d6..78e24ead006 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -791,7 +791,7 @@ WARNING: If you use this under X, you should do `unfocus-frame' afterwards.")
791} 791}
792 792
793DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible, 793DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
794 0, 1, 0, 794 0, 1, "",
795 "Make the frame FRAME visible (assuming it is an X-window).\n\ 795 "Make the frame FRAME visible (assuming it is an X-window).\n\
796Also raises the frame so that nothing obscures it.\n\ 796Also raises the frame so that nothing obscures it.\n\
797If omitted, FRAME defaults to the currently selected frame.") 797If omitted, FRAME defaults to the currently selected frame.")