summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-10-31 15:07:07 +0000
committerPavel Janík <Pavel@Janik.cz>2001-10-31 15:07:07 +0000
commit4e10df5997b4f146a3c89da92cf7889d09e74b9f (patch)
tree174a26b831a2b5d1e609475e297fc16e0f4e9afd /src/frame.c
parent3f676284d2313b8358c083a825598a0048949d75 (diff)
downloademacs-4e10df5997b4f146a3c89da92cf7889d09e74b9f.tar.gz
(Fframe_live_p): Doc fix.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 4883f31d427..3cd2e082ece 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -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;
{