From: Pavel Janík Date: Wed, 31 Oct 2001 15:07:07 +0000 (+0000) Subject: (Fframe_live_p): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18950 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e10df5997b4f146a3c89da92cf7889d09e74b9f;p=emacs.git (Fframe_live_p): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index b3ffc39727a..ff4c00548cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-10-31 Pavel Jan,Bm(Bk + + * frame.c (Fframe_live_p): Doc fix. + + * buffer.c (selective-display-ellipses): Doc fix. + 2001-10-31 Gerd Moellmann * lread.c (to_multibyte): Fix computation of new read_buffer_size. 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; {