diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-25 00:42:17 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-25 00:43:01 -0700 |
commit | 7f67cdb6521ad1d219ced07931ff97e4113f163f (patch) | |
tree | ab24f60e6f807e00dd87e22fef33656554ab1ccd /lisp/progmodes/python.el | |
parent | 929e3d0265b27210c02ccd26303081263183f75f (diff) | |
download | emacs-7f67cdb6521ad1d219ced07931ff97e4113f163f.tar.gz |
Spelling fixes
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 35f10e54fc7..63a43c1b31a 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2165,7 +2165,7 @@ machine then modifies `tramp-remote-process-environment' and ;; shell, otherwise (like in the case of processes started ;; with `process-file') the environment is not changed. ;; This makes environment modifications effective - ;; inconditionally. + ;; unconditionally. (python-shell-tramp-refresh-process-environment ,vec tramp-remote-process-environment)) ,(macroexp-progn body))))) |