aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-08-14 02:31:04 +0000
committerJim Blandy1992-08-14 02:31:04 +0000
commit190721ac7bd6c8aef9a71ac6313abcb9b415bb17 (patch)
tree745dc8593a063952c00bdec85fd7681390598286 /src
parent3e51c7b7e590773175f56b36cdda73155f839653 (diff)
downloademacs-190721ac7bd6c8aef9a71ac6313abcb9b415bb17.tar.gz
emacs-190721ac7bd6c8aef9a71ac6313abcb9b415bb17.zip
* dispnew.c (the_only_frame): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c7
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;
112FRAME_PTR last_nonminibuf_frame; 112FRAME_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
118struct frame the_only_frame; 123struct frame the_only_frame;