aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/frame.c b/src/frame.c
index 49203fce375..904b7984420 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3293,11 +3293,7 @@ DEFUN ("frame-visible-p", Fframe_visible_p, Sframe_visible_p,
3293Return the symbol `icon' if FRAME is iconified or \"minimized\". 3293Return the symbol `icon' if FRAME is iconified or \"minimized\".
3294Return nil if FRAME was made invisible, via `make-frame-invisible'. 3294Return nil if FRAME was made invisible, via `make-frame-invisible'.
3295On graphical displays, invisible frames are not updated and are 3295On graphical displays, invisible frames are not updated and are
3296usually not displayed at all, even in a window system's \"taskbar\". 3296usually not displayed at all, even in a window system's \"taskbar\". */)
3297
3298If FRAME is a text terminal frame, this always returns t.
3299Such frames are always considered visible, whether or not they are
3300currently being displayed on the terminal. */)
3301 (Lisp_Object frame) 3297 (Lisp_Object frame)
3302{ 3298{
3303 CHECK_LIVE_FRAME (frame); 3299 CHECK_LIVE_FRAME (frame);