aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c4
1 files changed, 3 insertions, 1 deletions
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\
2508minibuffer, no matter what this variable is set to. This means that\n\ 2508minibuffer, no matter what this variable is set to. This means that\n\
2509this variable doesn't necessarily say anything meaningful about the\n\ 2509this variable doesn't necessarily say anything meaningful about the\n\
2510current set of frames, or where the minibuffer is currently being\n\ 2510current set of frames, or where the minibuffer is currently being\n\
2511displayed."); 2511displayed.\n\
2512\n\
2513This variable is local to the current terminal and cannot be buffer-local.");
2512 2514
2513 staticpro (&Vframe_list); 2515 staticpro (&Vframe_list);
2514 2516