diff options
| author | Jim Blandy | 1992-08-14 02:31:04 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-08-14 02:31:04 +0000 |
| commit | 190721ac7bd6c8aef9a71ac6313abcb9b415bb17 (patch) | |
| tree | 745dc8593a063952c00bdec85fd7681390598286 | |
| parent | 3e51c7b7e590773175f56b36cdda73155f839653 (diff) | |
| download | emacs-190721ac7bd6c8aef9a71ac6313abcb9b415bb17.tar.gz emacs-190721ac7bd6c8aef9a71ac6313abcb9b415bb17.zip | |
* dispnew.c (the_only_frame): Doc fix.
| -rw-r--r-- | src/dispnew.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 4a34e141eeb..6539896f494 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -112,7 +112,12 @@ FRAME_PTR selected_frame; | |||
| 112 | FRAME_PTR last_nonminibuf_frame; | 112 | FRAME_PTR last_nonminibuf_frame; |
| 113 | 113 | ||
| 114 | /* In a single-frame version, the information that would otherwise | 114 | /* In a single-frame version, the information that would otherwise |
| 115 | exist inside frame objects lives in the following structure instead. */ | 115 | exist inside frame objects lives in the following structure instead. |
| 116 | |||
| 117 | NOTE: the_only_frame is not checked for garbage collection; don't | ||
| 118 | store collectable objects in any of its fields! | ||
| 119 | |||
| 120 | You're not/The only frame in town/... */ | ||
| 116 | 121 | ||
| 117 | #ifndef MULTI_FRAME | 122 | #ifndef MULTI_FRAME |
| 118 | struct frame the_only_frame; | 123 | struct frame the_only_frame; |