diff options
| author | Richard M. Stallman | 1995-02-28 17:56:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-28 17:56:47 +0000 |
| commit | e6b27a8f0a476cd2debffb05de6712721193ae6d (patch) | |
| tree | cf0710929a7e2350ad6abdf9e831fab3a2af78aa /src | |
| parent | 6c3fe7393479e8552fb92a0599fe548331bd65a3 (diff) | |
| download | emacs-e6b27a8f0a476cd2debffb05de6712721193ae6d.tar.gz emacs-e6b27a8f0a476cd2debffb05de6712721193ae6d.zip | |
(Fframep): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
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, | |||
| 101 | Value is t for a termcap frame (a character-only terminal),\n\ | 101 | Value 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\ |
| 104 | Also see `live-frame-p'.") | 104 | See also `frame-live-p'.") |
| 105 | (object) | 105 | (object) |
| 106 | Lisp_Object object; | 106 | Lisp_Object object; |
| 107 | { | 107 | { |