mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(x_set_frame_parameters): Comment fix.
This commit is contained in:
parent
7eb63b721c
commit
64362cd4c7
1 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue