aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-30 10:13:00 +0000
committerEli Zaretskii2001-09-30 10:13:00 +0000
commit20fa27a44765ff5b83a2b7c494035fc1d291b008 (patch)
tree5e2a3e7ff883024e29d6a753a73c813e31818ee1 /src
parent76b47cc36e158e891d184975808947869f9ba9f2 (diff)
downloademacs-20fa27a44765ff5b83a2b7c494035fc1d291b008.tar.gz
emacs-20fa27a44765ff5b83a2b7c494035fc1d291b008.zip
(syms_of_frame): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c4
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\
2508minibuffer, no matter what this variable is set to. This means that\n\ 2508minibuffer, no matter what this variable is set to. This means that\n\
2509this variable doesn't necessarily say anything meaningful about the\n\ 2509this variable doesn't necessarily say anything meaningful about the\n\
2510current set of frames, or where the minibuffer is currently being\n\ 2510current set of frames, or where the minibuffer is currently being\n\
2511displayed."); 2511displayed.\n\
2512\n\
2513This variable is local to the current terminal and cannot be buffer-local.");
2512 2514
2513 staticpro (&Vframe_list); 2515 staticpro (&Vframe_list);
2514 2516