changeset 986:83605f96f58e

* dispnew.c (the_only_frame): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Fri, 14 Aug 1992 02:31:04 +0000
parents 952aa214a3d0
children afb21e974ed2
files src/dispnew.c
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Fri Aug 14 02:29:49 1992 +0000
+++ b/src/dispnew.c	Fri Aug 14 02:31:04 1992 +0000
@@ -112,7 +112,12 @@
 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;