mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 11:50:38 -08:00
Change doc string of frame-visible-p
* src/frame.c (Fframe_visible_p): Don't say it always returns t for tty frames.
This commit is contained in:
parent
85aec497c7
commit
35d3927859
1 changed files with 1 additions and 5 deletions
|
|
@ -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 the symbol `icon' if FRAME is iconified or \"minimized\".
|
||||||
Return nil if FRAME was made invisible, via `make-frame-invisible'.
|
Return nil if FRAME was made invisible, via `make-frame-invisible'.
|
||||||
On graphical displays, invisible frames are not updated and are
|
On graphical displays, invisible frames are not updated and are
|
||||||
usually not displayed at all, even in a window system's \"taskbar\".
|
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. */)
|
|
||||||
(Lisp_Object frame)
|
(Lisp_Object frame)
|
||||||
{
|
{
|
||||||
CHECK_LIVE_FRAME (frame);
|
CHECK_LIVE_FRAME (frame);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue