aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-02-28 17:56:47 +0000
committerRichard M. Stallman1995-02-28 17:56:47 +0000
commite6b27a8f0a476cd2debffb05de6712721193ae6d (patch)
treecf0710929a7e2350ad6abdf9e831fab3a2af78aa /src
parent6c3fe7393479e8552fb92a0599fe548331bd65a3 (diff)
downloademacs-e6b27a8f0a476cd2debffb05de6712721193ae6d.tar.gz
emacs-e6b27a8f0a476cd2debffb05de6712721193ae6d.zip
(Fframep): Doc fix.
Diffstat (limited to 'src')
-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,
101Value is t for a termcap frame (a character-only terminal),\n\ 101Value is t for a termcap frame (a character-only terminal),\n\
102`x' for an Emacs frame that is really an X window,\n\ 102`x' for an Emacs frame that is really an X window,\n\
103`pc' for a direct-write MS-DOS frame.\n\ 103`pc' for a direct-write MS-DOS frame.\n\
104Also see `live-frame-p'.") 104See also `frame-live-p'.")
105 (object) 105 (object)
106 Lisp_Object object; 106 Lisp_Object object;
107{ 107{