diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-10-15 10:28:13 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-10-15 10:28:13 +0000 |
commit | 6d194a45969e620736f761e31a6fc03209c51570 (patch) | |
tree | f5d5123972cb8ad56b8b3551c47cbb37c8204154 /src/window.c | |
parent | 9f5eb4a3183549d51dfd782a6fae034142910e3c (diff) | |
download | emacs-6d194a45969e620736f761e31a6fc03209c51570.tar.gz |
Comment fix.
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 11c56bbbe73..86e8434fc73 100644 --- a/src/window.c +++ b/src/window.c @@ -5508,7 +5508,7 @@ foreach_window_1 (w, fn, user_data) } -/* Freeze or unfreeze the window start of W if unless it is a +/* Freeze or unfreeze the window start of W unless it is a mini-window or the selected window. FREEZE_P non-null means freeze the window start. */ |