From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:21:22 +0000 (+0000) Subject: (syms_of_w32fns): Fix spellings. X-Git-Tag: emacs-pretest-22.0.90~9071 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8ab3e96074252549b8f9f9a53939c09b60ebee9;p=emacs.git (syms_of_w32fns): Fix spellings. --- diff --git a/src/w32fns.c b/src/w32fns.c index b7115601553..23297ade5f3 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -8698,7 +8698,7 @@ fontsets are automatically created. */); DEFVAR_BOOL ("w32-strict-painting", &w32_strict_painting, doc: /* Non-nil means use strict rules for repainting frames. -Set this to nil to get the old behaviour for repainting; this should +Set this to nil to get the old behavior for repainting; this should only be necessary if the default setting causes problems. */); w32_strict_painting = 1;