# HG changeset patch # User Karl Heuer # Date 801461919 0 # Node ID f3fb1e5dfde11884e146fd91d4d92febff444386 # Parent 3a2442baa290d3c34fd63138de2e39c2958c0742 (x_set_frame_parameters) Fix typo. diff -r 3a2442baa290 -r f3fb1e5dfde1 src/xfns.c --- a/src/xfns.c Fri May 26 04:17:02 1995 +0000 +++ b/src/xfns.c Fri May 26 04:18:39 1995 +0000 @@ -805,7 +805,7 @@ 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.