From 20fa27a44765ff5b83a2b7c494035fc1d291b008 Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Sun, 30 Sep 2001 10:13:00 +0000
Subject: [PATCH] (syms_of_frame): Doc fix.

---
 src/frame.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/frame.c b/src/frame.c
index 4b5cb8ff0bd..818402bdade 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2508,7 +2508,9 @@ frames; once the frame is created, it sticks with its assigned\n\
 minibuffer, no matter what this variable is set to.  This means that\n\
 this variable doesn't necessarily say anything meaningful about the\n\
 current set of frames, or where the minibuffer is currently being\n\
-displayed.");
+displayed.\n\
+\n\
+This variable is local to the current terminal and cannot be buffer-local.");
 
   staticpro (&Vframe_list);
 
-- 
2.39.5