]> code.delx.au - gnu-emacs/blobdiff - src/emacs.c
-
[gnu-emacs] / src / emacs.c
index f661196313f4789316e947dc0658d4ce02cf8d61..7c818f59c5cddf9ef32052379ecdda20419f973d 100644 (file)
@@ -2191,7 +2191,7 @@ synchronize_locale (int category, Lisp_Object *plocale, Lisp_Object desired_loca
     {
       *plocale = desired_locale;
 #ifdef WINDOWSNT
-      /* Changing categories like LC_TIME usually requires to specify
+      /* Changing categories like LC_TIME usually requires specifying
         an encoding suitable for the new locale, but MS-Windows's
         'setlocale' will only switch the encoding when LC_ALL is
         specified.  So we ignore CATEGORY, use LC_ALL instead, and