]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_frame_parameters): Comment fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 13 Jun 2000 13:21:40 +0000 (13:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 13 Jun 2000 13:21:40 +0000 (13:21 +0000)
src/xfns.c

index 0e20a7d386399a900877a578137668c6afbd9ad0..31a3b7df1c636c23287f2371ae818e9c51b3e79a 100644 (file)
@@ -817,8 +817,10 @@ init_x_parm_symbols ()
 }
 \f
 /* 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)