From: Karl Heuer Date: Fri, 26 May 1995 04:18:39 +0000 (+0000) Subject: (x_set_frame_parameters) Fix typo. X-Git-Tag: emacs-19.34~3926 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=499ea23b0798f3d9165c2dc63ce02ac31b9336e4;p=emacs.git (x_set_frame_parameters) Fix typo. --- 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.