diff options
| author | Pavel Janík | 2001-10-31 15:07:07 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-31 15:07:07 +0000 |
| commit | 4e10df5997b4f146a3c89da92cf7889d09e74b9f (patch) | |
| tree | 174a26b831a2b5d1e609475e297fc16e0f4e9afd /src | |
| parent | 3f676284d2313b8358c083a825598a0048949d75 (diff) | |
| download | emacs-4e10df5997b4f146a3c89da92cf7889d09e74b9f.tar.gz emacs-4e10df5997b4f146a3c89da92cf7889d09e74b9f.zip | |
(Fframe_live_p): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/frame.c | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b3ffc39727a..ff4c00548cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * frame.c (Fframe_live_p): Doc fix. | ||
| 4 | |||
| 5 | * buffer.c (selective-display-ellipses): Doc fix. | ||
| 6 | |||
| 1 | 2001-10-31 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-10-31 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * lread.c (to_multibyte): Fix computation of new read_buffer_size. | 9 | * lread.c (to_multibyte): Fix computation of new read_buffer_size. |
diff --git a/src/frame.c b/src/frame.c index 4883f31d427..3cd2e082ece 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -181,8 +181,8 @@ DEFUN ("frame-live-p", Fframe_live_p, Sframe_live_p, 1, 1, 0, | |||
| 181 | doc: /* Return non-nil if OBJECT is a frame which has not been deleted. | 181 | doc: /* Return non-nil if OBJECT is a frame which has not been deleted. |
| 182 | Value is nil if OBJECT is not a live frame. If object is a live | 182 | Value is nil if OBJECT is not a live frame. If object is a live |
| 183 | frame, the return value indicates what sort of output device it is | 183 | frame, the return value indicates what sort of output device it is |
| 184 | displayed on. Value is t for a termcap frame (a character-only | 184 | displayed on. See the documentation of `framep' for possible |
| 185 | terminal), `x' for an Emacs frame being displayed in an X window. */) | 185 | return values. */) |
| 186 | (object) | 186 | (object) |
| 187 | Lisp_Object object; | 187 | Lisp_Object object; |
| 188 | { | 188 | { |