Mercurial > emacs
changeset 19095:2f58824bf3f6
(x_set_frame_parameters): Heading comment fixed.
(x_default_parameter): Likewise.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 03 Aug 1997 03:02:05 +0000 |
parents | 3f7a3248883b |
children | 0724276f0e01 |
files | src/xfns.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sun Aug 03 03:02:05 1997 +0000 +++ b/src/xfns.c Sun Aug 03 03:02:05 1997 +0000 @@ -721,7 +721,7 @@ make_number (i)); } -/* Change the parameters of FRAME as specified by ALIST. +/* 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. */ @@ -2373,8 +2373,8 @@ } /* Record in frame F the specified or default value according to ALIST - of the parameter named PARAM (a Lisp symbol). - If no value is specified for PARAM, look for an X default for XPROP + of the parameter named PROP (a Lisp symbol). + If no value is specified for PROP, look for an X default for XPROP on the frame named NAME. If that is not found either, use the value DEFLT. */