From f6fa08667543c70c8ffb26c631503d7d862867e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 18 Nov 2001 10:02:38 +0000 Subject: [PATCH] (Fframe_live_p): Doc fix. --- src/ChangeLog | 4 ++++ src/frame.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index ed4eee4050e..b7beb3e3059 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-11-18 Pavel Jan,Bm(Bk + + * frame.c (Fframe_live_p): Doc fix. + 2001-11-18 Richard M. Stallman * xdisp.c (message_dolog_marker1, message_dolog_marker2) diff --git a/src/frame.c b/src/frame.c index a32cc56e2b9..ea38a088925 100644 --- a/src/frame.c +++ b/src/frame.c @@ -181,7 +181,7 @@ 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. See the documentation of `framep' for possible +displayed on. See the documentation of `framep' for possible return values. */) (object) Lisp_Object object; -- 2.39.5