]> git.eshelyaron.com Git - emacs.git/commitdiff
Change doc string of frame-visible-p
authorGerd Möllmann <gerd@gnu.org>
Sat, 25 Jan 2025 20:18:00 +0000 (21:18 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 26 Jan 2025 18:53:32 +0000 (19:53 +0100)
* src/frame.c (Fframe_visible_p): Don't say it always returns t for tty
frames.

(cherry picked from commit 35d39278599caf30eb4bfbd83118ffe15d2bc705)

src/frame.c

index d14660acd1ea981a2181f46becb2f55f4ab1e47f..3820f102c0e6c873fc26620ba388e513914eb346 100644 (file)
@@ -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);