diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
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 | ||
| 793 | DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible, | 793 | DEFUN ("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\ |
| 796 | Also raises the frame so that nothing obscures it.\n\ | 796 | Also raises the frame so that nothing obscures it.\n\ |
| 797 | If omitted, FRAME defaults to the currently selected frame.") | 797 | If omitted, FRAME defaults to the currently selected frame.") |