summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-02-28 17:56:47 +0000
committerRichard M. Stallman <rms@gnu.org>1995-02-28 17:56:47 +0000
commite6b27a8f0a476cd2debffb05de6712721193ae6d (patch)
treecf0710929a7e2350ad6abdf9e831fab3a2af78aa /src/frame.c
parent6c3fe7393479e8552fb92a0599fe548331bd65a3 (diff)
downloademacs-e6b27a8f0a476cd2debffb05de6712721193ae6d.tar.gz
(Fframep): Doc fix.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
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;
{