Mercurial > emacs
changeset 40568:c73c1890d989
(Fframe_live_p): Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 31 Oct 2001 15:05:48 +0000 |
parents | 7c28809db274 |
children | e9b27ecd307a |
files | src/frame.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Wed Oct 31 15:04:58 2001 +0000 +++ b/src/frame.c Wed Oct 31 15:05:48 2001 +0000 @@ -181,8 +181,8 @@ 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; {