diff options
| author | Pavel Janík | 2001-11-18 10:02:38 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-18 10:02:38 +0000 |
| commit | f6fa08667543c70c8ffb26c631503d7d862867e0 (patch) | |
| tree | 23a290d1e75765befe73a65b0441659ed0d681cb /src | |
| parent | ea904403d4c7c10ac935dee70053cac35ca10680 (diff) | |
| download | emacs-f6fa08667543c70c8ffb26c631503d7d862867e0.tar.gz emacs-f6fa08667543c70c8ffb26c631503d7d862867e0.zip | |
(Fframe_live_p): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/frame.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ed4eee4050e..b7beb3e3059 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * frame.c (Fframe_live_p): Doc fix. | ||
| 4 | |||
| 1 | 2001-11-18 Richard M. Stallman <rms@gnu.org> | 5 | 2001-11-18 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * xdisp.c (message_dolog_marker1, message_dolog_marker2) | 7 | * xdisp.c (message_dolog_marker1, message_dolog_marker2) |
diff --git a/src/frame.c b/src/frame.c index a32cc56e2b9..ea38a088925 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -181,7 +181,7 @@ 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. See the documentation of `framep' for possible | 184 | displayed on. See the documentation of `framep' for possible |
| 185 | return values. */) | 185 | return values. */) |
| 186 | (object) | 186 | (object) |
| 187 | Lisp_Object object; | 187 | Lisp_Object object; |