diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f7f1784b172..d73c1d4b239 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2909,8 +2909,8 @@ interpreter is run. Variables | |||
| 2909 | `python-shell-font-lock-enable', | 2909 | `python-shell-font-lock-enable', |
| 2910 | `python-shell-completion-setup-code', | 2910 | `python-shell-completion-setup-code', |
| 2911 | `python-shell-completion-string-code', | 2911 | `python-shell-completion-string-code', |
| 2912 | `python-eldoc-setup-code', `python-eldoc-string-code', | 2912 | `python-eldoc-setup-code', |
| 2913 | `python-ffap-setup-code' and `python-ffap-string-code' can | 2913 | `python-ffap-setup-code' can |
| 2914 | customize this mode for different Python interpreters. | 2914 | customize this mode for different Python interpreters. |
| 2915 | 2915 | ||
| 2916 | This mode resets `comint-output-filter-functions' locally, so you | 2916 | This mode resets `comint-output-filter-functions' locally, so you |