diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-01 10:46:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-01 10:47:11 -0700 |
commit | 1a55cc6094c2b762f005bbb70d448368786ff1a7 (patch) | |
tree | 988fec44b6cd98c301619323a1133a1e70696eb0 /ChangeLog.3 | |
parent | acce29d6c57f66646190595b5b9427602fc4a7fd (diff) | |
download | emacs-1a55cc6094c2b762f005bbb70d448368786ff1a7.tar.gz |
; Spelling fixes
Diffstat (limited to 'ChangeLog.3')
-rw-r--r-- | ChangeLog.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 1c2f5b1d2fa..f187c2852f7 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -1015,7 +1015,7 @@ Upcase Path and ComSpec in process-environment Since 2016-07-18 "Keep w32 environment settings internal only", the - upcasing of environment variables "Path" and "ComSpec" occured after + upcasing of environment variables "Path" and "ComSpec" occurred after initializing process-environment. This meant that Lisp code trying to override "PATH" environment had no effect (Bug #24956). |