(Fframe_live_p): Doc fix.
[bpt/emacs.git] / src / frame.c
index 4883f31..3cd2e08 100644 (file)
@@ -181,8 +181,8 @@ DEFUN ("frame-live-p", Fframe_live_p, Sframe_live_p, 1, 1, 0,
        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;
 {