]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_frame_parameters) Fix typo.
authorKarl Heuer <kwzh@gnu.org>
Fri, 26 May 1995 04:18:39 +0000 (04:18 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 26 May 1995 04:18:39 +0000 (04:18 +0000)
src/xfns.c

index 80df224b81a36a7fc0dfc51122c9ea901b6abf87..a9f62fe25012539b3064cb3ecdb82b0e8eddeaa4 100644 (file)
@@ -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.