emacs-devel
[Top][All Lists]
Advanced

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

Re: doc-string of frame-live-p


From: Pavel Janík
Subject: Re: doc-string of frame-live-p
Date: Mon, 29 Oct 2001 21:39:09 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i386-suse-linux-gnu)

   From: "Eli Zaretskii" <address@hidden>
   Date: Tue, 30 Oct 2001 14:49:46 +0200

   > > Should we mention all these values also in frame-live-p or is the 
reference
   > > to the doc-string of framep enough?
   > 
   > I think the reference to framep is enough.

What about this?

--- frame.c.~1.273.~    Mon Oct 29 20:06:53 2001
+++ frame.c     Mon Oct 29 21:38:37 2001
@@ -181,8 +181,8 @@
        doc: /* Return non-nil if OBJECT is a frame which has not been deleted.
 Value is nil if OBJECT is not a live frame.  If object is a live
 frame, the return value indicates what sort of output device it is
-displayed on.  Value is t for a termcap frame (a character-only
-terminal), `x' for an Emacs frame being displayed in an X window.  */)
+displayed on.  See the documentation of  `framep' for possible
+return values.  */)
      (object)
      Lisp_Object object;
 {

-- 
Pavel Janík

...maybe ash sleeps a little bit faster...
                  -- Christian Zoz in bash vs. ash debate



reply via email to

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