diff options
| author | Juanma Barranquero | 2005-06-10 14:21:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-10 14:21:22 +0000 |
| commit | a8ab3e96074252549b8f9f9a53939c09b60ebee9 (patch) | |
| tree | 33e938bbf79dea170f130d1dfdb6347273b06e3a /src | |
| parent | 2de35a2582731182773e7689cee38780bddd7799 (diff) | |
| download | emacs-a8ab3e96074252549b8f9f9a53939c09b60ebee9.tar.gz emacs-a8ab3e96074252549b8f9f9a53939c09b60ebee9.zip | |
(syms_of_w32fns): Fix spellings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */); | |||
| 8698 | DEFVAR_BOOL ("w32-strict-painting", | 8698 | DEFVAR_BOOL ("w32-strict-painting", |
| 8699 | &w32_strict_painting, | 8699 | &w32_strict_painting, |
| 8700 | doc: /* Non-nil means use strict rules for repainting frames. | 8700 | doc: /* Non-nil means use strict rules for repainting frames. |
| 8701 | Set this to nil to get the old behaviour for repainting; this should | 8701 | Set this to nil to get the old behavior for repainting; this should |
| 8702 | only be necessary if the default setting causes problems. */); | 8702 | only be necessary if the default setting causes problems. */); |
| 8703 | w32_strict_painting = 1; | 8703 | w32_strict_painting = 1; |
| 8704 | 8704 | ||