From: Gerd Moellmann Date: Tue, 13 Jun 2000 13:21:40 +0000 (+0000) Subject: (x_set_frame_parameters): Comment fix. X-Git-Tag: emacs-pretest-21.0.90~3348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64362cd4c7652fb751684f85e72b0129ca57fd58;p=emacs.git (x_set_frame_parameters): Comment fix. --- diff --git a/src/xfns.c b/src/xfns.c index 0e20a7d3863..31a3b7df1c6 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -817,8 +817,10 @@ init_x_parm_symbols () } /* Change the parameters of frame F as specified by ALIST. - If a parameter is not specially recognized, do nothing; - otherwise call the `x_set_...' function for that parameter. */ + If a parameter is not specially recognized, do nothing special; + otherwise call the `x_set_...' function for that parameter. + Except for certain geometry properties, always call store_frame_param + to store the new value in the parameter alist. */ void x_set_frame_parameters (f, alist)