]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fframep): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Feb 1995 17:56:47 +0000 (17:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Feb 1995 17:56:47 +0000 (17:56 +0000)
src/frame.c

index 57b850efb529e3c19165baf12e418175c0e43478..c39b1619564e22233b41a2a8f70820447b3a0a91 100644 (file)
@@ -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;
 {