]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_frame_parameters): Heading comment fixed.
authorKenichi Handa <handa@m17n.org>
Sun, 3 Aug 1997 03:02:05 +0000 (03:02 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 3 Aug 1997 03:02:05 +0000 (03:02 +0000)
(x_default_parameter): Likewise.

src/xfns.c

index 2b99c5cf1ee83a1a8c03a96ee3858c196eeb2ff4..cf187e5ff01a2f4b9100d46303a505d6dbe8275b 100644 (file)
@@ -721,7 +721,7 @@ init_x_parm_symbols ()
          make_number (i));
 }
 \f
-/* 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 @@ x_get_and_record_arg (f, alist, param, attribute, class, type)
 }
 
 /* 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.  */