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