From 499ea23b0798f3d9165c2dc63ce02ac31b9336e4 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 26 May 1995 04:18:39 +0000 Subject: [PATCH] (x_set_frame_parameters) Fix typo. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 80df224b81a..a9f62fe2501 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -805,7 +805,7 @@ x_set_frame_parameters (f, alist) if (EQ (height, Qunbound)) XSETINT (height, FRAME_HEIGHT (f)); - /* Don't set these parameters these unless they've been explicitly + /* Don't set these parameters unless they've been explicitly specified. The window might be mapped or resized while we're in this function, and we don't want to override that unless the lisp code has asked for it. -- 2.39.2