diff options
author | Alan Mackenzie <acm@muc.de> | 2016-01-25 12:35:15 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2016-01-25 12:35:15 +0000 |
commit | ec90220ac1bd81437654d07b769819e1dcd24de5 (patch) | |
tree | 22865eeeabfad524640433fc6ed8a17ac649d046 /src/emacs.c | |
parent | ae555b6524c32b8a7d6a450dc24cf546a7533d37 (diff) | |
download | emacs-ec90220ac1bd81437654d07b769819e1dcd24de5.tar.gz emacs-ec90220ac1bd81437654d07b769819e1dcd24de5.tar.bz2 emacs-ec90220ac1bd81437654d07b769819e1dcd24de5.zip |
Expunge "allow" + infinitive from source and doc, part 2.
Do the same for "permit", "enable", "prevent", and (where appropriate)
"require".
doc/misc/reftex.texi:
doc/misc/url.texi:
lib/get-permissions.c:
lib/strftime.c:
lisp/org/org-element.el:
lisp/org/org-mobile.el:
lisp/textmodes/reftex-vars.el:
src/bidi.c:
src/emacs.c:
src/xdisp.c:
test/etags/c-src/emacs/src/lisp.h:
Expunge the likes of "This allows to do something" from the above files.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 41113f84331..89d8ca784ae 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2188,7 +2188,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 |