From: Eli Zaretskii Date: Sun, 30 Sep 2001 10:13:00 +0000 (+0000) Subject: (syms_of_frame): Doc fix. X-Git-Tag: emacs-21.1~120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20fa27a44765ff5b83a2b7c494035fc1d291b008;p=emacs.git (syms_of_frame): Doc fix. --- 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);