1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(x_set_frame_parameters) Fix typo.

This commit is contained in:
Karl Heuer 1995-05-26 04:18:39 +00:00
parent adab4483a5
commit 499ea23b07

View 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.