# HG changeset patch # User Eli Zaretskii # Date 1001844780 0 # Node ID dd3ea41ff0f7e7c5a4fb9138d75921dd6acd3994 # Parent c41e104c313192e2a526a4086a9fa593f411fa36 (syms_of_frame): Doc fix. diff -r c41e104c3131 -r dd3ea41ff0f7 src/frame.c --- a/src/frame.c Sun Sep 30 07:00:25 2001 +0000 +++ b/src/frame.c Sun Sep 30 10:13:00 2001 +0000 @@ -2508,7 +2508,9 @@ 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);