aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-13 13:21:40 +0000
committerGerd Moellmann2000-06-13 13:21:40 +0000
commit64362cd4c7652fb751684f85e72b0129ca57fd58 (patch)
tree76a4b8d83befc07dd6e0e707658bfb371560a99c
parent7eb63b721c53caa915ac1bb7b4eef43a7bb29e93 (diff)
downloademacs-64362cd4c7652fb751684f85e72b0129ca57fd58.tar.gz
emacs-64362cd4c7652fb751684f85e72b0129ca57fd58.zip
(x_set_frame_parameters): Comment fix.
-rw-r--r--src/xfns.c6
1 files changed, 4 insertions, 2 deletions
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 ()
817} 817}
818 818
819/* Change the parameters of frame F as specified by ALIST. 819/* Change the parameters of frame F as specified by ALIST.
820 If a parameter is not specially recognized, do nothing; 820 If a parameter is not specially recognized, do nothing special;
821 otherwise call the `x_set_...' function for that parameter. */ 821 otherwise call the `x_set_...' function for that parameter.
822 Except for certain geometry properties, always call store_frame_param
823 to store the new value in the parameter alist. */
822 824
823void 825void
824x_set_frame_parameters (f, alist) 826x_set_frame_parameters (f, alist)