Mercurial > emacs
changeset 39503:dd3ea41ff0f7
(syms_of_frame): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 30 Sep 2001 10:13:00 +0000 |
parents | c41e104c3131 |
children | af867d560348 |
files | src/frame.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);