comparison src/frame.c @ 96746:7fa6fba9e51b

Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Jul 2008 19:14:01 +0000
parents d45acf0c8d23
children 9697a5f0281d
comparison
equal deleted inserted replaced
96745:d88ca977bf31 96746:7fa6fba9e51b
3346 { 3346 {
3347 Lisp_Object frame; 3347 Lisp_Object frame;
3348 int fontset = -1; 3348 int fontset = -1;
3349 Lisp_Object font_object; 3349 Lisp_Object font_object;
3350 3350
3351 /* Set the frame parameter back to the old value because we mail 3351 /* Set the frame parameter back to the old value because we may
3352 fail to use ARG as the new parameter value. */ 3352 fail to use ARG as the new parameter value. */
3353 store_frame_param (f, Qfont, oldval); 3353 store_frame_param (f, Qfont, oldval);
3354 3354
3355 /* ARG is a fontset name, a font name, or a font object. 3355 /* ARG is a fontset name, a font name, or a font object.
3356 In the last case, this function never fail. */ 3356 In the last case, this function never fail. */