Mercurial > emacs
changeset 11932:f3fb1e5dfde1
(x_set_frame_parameters) Fix typo.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 26 May 1995 04:18:39 +0000 |
parents | 3a2442baa290 |
children | 9b53ce243465 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.