From: Stefan Monnier Date: Wed, 16 Jul 2008 19:14:01 +0000 (+0000) Subject: Typo. X-Git-Tag: emacs-pretest-23.0.90~4127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=178377e10f4956eeb2edd5b05481f3771d32b7df;p=emacs.git Typo. --- diff --git a/src/frame.c b/src/frame.c index 617d9233889..d297501343b 100644 --- a/src/frame.c +++ b/src/frame.c @@ -3348,7 +3348,7 @@ x_set_font (f, arg, oldval) int fontset = -1; Lisp_Object font_object; - /* Set the frame parameter back to the old value because we mail + /* Set the frame parameter back to the old value because we may fail to use ARG as the new parameter value. */ store_frame_param (f, Qfont, oldval);