diff options
| author | Eli Zaretskii | 2001-09-30 10:13:00 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-30 10:13:00 +0000 |
| commit | 20fa27a44765ff5b83a2b7c494035fc1d291b008 (patch) | |
| tree | 5e2a3e7ff883024e29d6a753a73c813e31818ee1 /src | |
| parent | 76b47cc36e158e891d184975808947869f9ba9f2 (diff) | |
| download | emacs-20fa27a44765ff5b83a2b7c494035fc1d291b008.tar.gz emacs-20fa27a44765ff5b83a2b7c494035fc1d291b008.zip | |
(syms_of_frame): Doc fix.
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 | ||