diff options
| author | Kenichi Handa | 1997-08-03 03:02:05 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-03 03:02:05 +0000 |
| commit | e8cc313b862286b90297da9cd61c4277c99ccf30 (patch) | |
| tree | 27d9f8e70685f8aa8b9864997cd312b254c871a0 /src | |
| parent | 2584c9ec2b4772ec590fcff3a488948dd870fd4a (diff) | |
| download | emacs-e8cc313b862286b90297da9cd61c4277c99ccf30.tar.gz emacs-e8cc313b862286b90297da9cd61c4277c99ccf30.zip | |
(x_set_frame_parameters): Heading comment fixed.
(x_default_parameter): Likewise.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c index 2b99c5cf1ee..cf187e5ff01 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -721,7 +721,7 @@ init_x_parm_symbols () | |||
| 721 | make_number (i)); | 721 | make_number (i)); |
| 722 | } | 722 | } |
| 723 | 723 | ||
| 724 | /* Change the parameters of FRAME as specified by ALIST. | 724 | /* Change the parameters of frame F as specified by ALIST. |
| 725 | If a parameter is not specially recognized, do nothing; | 725 | If a parameter is not specially recognized, do nothing; |
| 726 | otherwise call the `x_set_...' function for that parameter. */ | 726 | otherwise call the `x_set_...' function for that parameter. */ |
| 727 | 727 | ||
| @@ -2373,8 +2373,8 @@ x_get_and_record_arg (f, alist, param, attribute, class, type) | |||
| 2373 | } | 2373 | } |
| 2374 | 2374 | ||
| 2375 | /* Record in frame F the specified or default value according to ALIST | 2375 | /* Record in frame F the specified or default value according to ALIST |
| 2376 | of the parameter named PARAM (a Lisp symbol). | 2376 | of the parameter named PROP (a Lisp symbol). |
| 2377 | If no value is specified for PARAM, look for an X default for XPROP | 2377 | If no value is specified for PROP, look for an X default for XPROP |
| 2378 | on the frame named NAME. | 2378 | on the frame named NAME. |
| 2379 | If that is not found either, use the value DEFLT. */ | 2379 | If that is not found either, use the value DEFLT. */ |
| 2380 | 2380 | ||