(Fframe_live_p): Doc fix.

This commit is contained in:
Pavel Janík 2001-11-18 10:02:38 +00:00
parent ea904403d4
commit f6fa086675
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* frame.c (Fframe_live_p): Doc fix.
2001-11-18 Richard M. Stallman <rms@gnu.org>
* xdisp.c (message_dolog_marker1, message_dolog_marker2)

View file

@ -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;