aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-15 10:28:13 +0000
committerGerd Moellmann2001-10-15 10:28:13 +0000
commit6d194a45969e620736f761e31a6fc03209c51570 (patch)
treef5d5123972cb8ad56b8b3551c47cbb37c8204154 /src
parent9f5eb4a3183549d51dfd782a6fae034142910e3c (diff)
downloademacs-6d194a45969e620736f761e31a6fc03209c51570.tar.gz
emacs-6d194a45969e620736f761e31a6fc03209c51570.zip
Comment fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
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)
5508} 5508}
5509 5509
5510 5510
5511/* Freeze or unfreeze the window start of W if unless it is a 5511/* Freeze or unfreeze the window start of W unless it is a
5512 mini-window or the selected window. FREEZE_P non-null means freeze 5512 mini-window or the selected window. FREEZE_P non-null means freeze
5513 the window start. */ 5513 the window start. */
5514 5514