diff options
| author | Paul Eggert | 2014-07-21 07:41:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-07-21 07:41:19 -0700 |
| commit | ad4c5263f5d597ff181d85ecef01b4af29c16cda (patch) | |
| tree | bcafe3e75a17eba71018fe1a1bf40321d22d2be9 /lisp/progmodes/python.el | |
| parent | 5da5370cc7d0839051caf134ef4e077d649002ae (diff) | |
| download | emacs-ad4c5263f5d597ff181d85ecef01b4af29c16cda.tar.gz emacs-ad4c5263f5d597ff181d85ecef01b4af29c16cda.zip | |
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 86970b8a0c7..b104518d5f7 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2215,7 +2215,7 @@ killed." | |||
| 2215 | interpreter nil args)) | 2215 | interpreter nil args)) |
| 2216 | (python-shell--parent-buffer (current-buffer)) | 2216 | (python-shell--parent-buffer (current-buffer)) |
| 2217 | (process (get-buffer-process buffer)) | 2217 | (process (get-buffer-process buffer)) |
| 2218 | ;; As the user may have overriden default values for | 2218 | ;; As the user may have overridden default values for |
| 2219 | ;; these vars on `run-python', let-binding them allows | 2219 | ;; these vars on `run-python', let-binding them allows |
| 2220 | ;; to have the new right values in all setup code | 2220 | ;; to have the new right values in all setup code |
| 2221 | ;; that's is done in `inferior-python-mode', which is | 2221 | ;; that's is done in `inferior-python-mode', which is |