# HG changeset patch # User Kenichi Handa # Date 870577325 0 # Node ID 2f58824bf3f6713a6b6cb65336c70d6ecc1af626 # Parent 3f7a3248883b15c2083cdeb3c898cb2de5d04587 (x_set_frame_parameters): Heading comment fixed. (x_default_parameter): Likewise. diff -r 3f7a3248883b -r 2f58824bf3f6 src/xfns.c --- 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. */