diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-14 02:31:04 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-14 02:31:04 +0000 |
commit | 98e1dec77afa168fe100f79cc0859ad067785021 (patch) | |
tree | afd661bfb903d6f4fd3cfa12f8df4e40c0ada24c /src/dispnew.c | |
parent | 9c744e161b04331548d2639adbe944388c1a21d2 (diff) | |
download | emacs-98e1dec77afa168fe100f79cc0859ad067785021.tar.gz |
* dispnew.c (the_only_frame): Doc fix.
Diffstat (limited to 'src/dispnew.c')
-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; FRAME_PTR last_nonminibuf_frame; /* In a single-frame version, the information that would otherwise - exist inside frame objects lives in the following structure instead. */ + exist inside frame objects lives in the following structure instead. + + NOTE: the_only_frame is not checked for garbage collection; don't + store collectable objects in any of its fields! + + You're not/The only frame in town/... */ #ifndef MULTI_FRAME struct frame the_only_frame; |