# HG changeset patch # User Juanma Barranquero # Date 1118413282 0 # Node ID 091ece2ed577433d51dd3bd17d8984ecc953c469 # Parent d826c3c6df3f953a5c8ea867f6b0d0dcaebdd751 (syms_of_w32fns): Fix spellings. diff -r d826c3c6df3f -r 091ece2ed577 src/w32fns.c --- a/src/w32fns.c Fri Jun 10 14:19:26 2005 +0000 +++ b/src/w32fns.c Fri Jun 10 14:21:22 2005 +0000 @@ -8698,7 +8698,7 @@ 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;