# HG changeset patch # User Pavel Jank # Date 1006077657 0 # Node ID e44a82a4871e0573871c74d9c57cfc48f8fc451d # Parent 2ddb244eca483f89422d7052a34766cefab2fba5 (Fframe_live_p): Doc fix. diff -r 2ddb244eca48 -r e44a82a4871e src/frame.c --- a/src/frame.c Sun Nov 18 08:37:52 2001 +0000 +++ b/src/frame.c Sun Nov 18 10:00:57 2001 +0000 @@ -181,7 +181,7 @@ 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;