diff src/xfns.c @ 11932:f3fb1e5dfde1

(x_set_frame_parameters) Fix typo.
author Karl Heuer <kwzh@gnu.org>
date Fri, 26 May 1995 04:18:39 +0000
parents 2314b62ca4ab
children f9b853c18bb5
line wrap: on
line diff
--- 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.