From: Richard M. Stallman Date: Tue, 28 Feb 1995 17:56:47 +0000 (+0000) Subject: (Fframep): Doc fix. X-Git-Tag: emacs-19.34~5007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6b27a8f0a476cd2debffb05de6712721193ae6d;p=emacs.git (Fframep): Doc fix. --- diff --git a/src/frame.c b/src/frame.c index 57b850efb52..c39b1619564 100644 --- a/src/frame.c +++ b/src/frame.c @@ -101,7 +101,7 @@ DEFUN ("framep", Fframep, Sframep, 1, 1, 0, Value is t for a termcap frame (a character-only terminal),\n\ `x' for an Emacs frame that is really an X window,\n\ `pc' for a direct-write MS-DOS frame.\n\ -Also see `live-frame-p'.") +See also `frame-live-p'.") (object) Lisp_Object object; {