diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-02-14 19:44:38 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-02-14 19:45:12 -0800 |
commit | cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee (patch) | |
tree | b61497a5cf1f0dbb56a2172f3a391aa6fea0f89b /src/emacs.c | |
parent | f8bf1b35bf55ae1bb7703f86d3b526887f064b19 (diff) | |
download | emacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.tar.gz emacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.tar.bz2 emacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.zip |
; Spelling fixes
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index ab5d777aa2e..9bf996a0da3 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1311,8 +1311,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem #endif #ifdef HAVE_NS - /* Initialise the locale from user defaults. */ - ns_init_locale(); + /* Initialize the locale from user defaults. */ + ns_init_locale (); #endif /* Initialize and GC-protect Vinitial_environment and |