emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 35d39278599: Change doc string of frame-visible-p


From: Gerd Moellmann
Subject: master 35d39278599: Change doc string of frame-visible-p
Date: Sat, 25 Jan 2025 15:21:21 -0500 (EST)

branch: master
commit 35d39278599caf30eb4bfbd83118ffe15d2bc705
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    Change doc string of frame-visible-p
    
    * src/frame.c (Fframe_visible_p): Don't say it always returns t for tty
    frames.
---
 src/frame.c | 6 +-----
 1 file changed, 1 insertion(+), 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,
 Return the symbol `icon' if FRAME is iconified or \"minimized\".
 Return nil if FRAME was made invisible, via `make-frame-invisible'.
 On graphical displays, invisible frames are not updated and are
-usually not displayed at all, even in a window system's \"taskbar\".
-
-If FRAME is a text terminal frame, this always returns t.
-Such frames are always considered visible, whether or not they are
-currently being displayed on the terminal.  */)
+usually not displayed at all, even in a window system's \"taskbar\".  */)
   (Lisp_Object frame)
 {
   CHECK_LIVE_FRAME (frame);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]