diff options
| author | Stefan Kangas | 2022-09-20 12:21:40 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-20 12:21:40 +0200 |
| commit | 616dcf27e57388403d4c28d441bf7310bb665241 (patch) | |
| tree | a8a30b8e0e24e7d0fa33fa17b7972d3791be57c8 /lisp/progmodes/python.el | |
| parent | 540585254133af722739339ef420e68e09fe62e5 (diff) | |
| download | emacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.gz emacs-616dcf27e57388403d4c28d441bf7310bb665241.zip | |
; Fix typos in Lisp symbols
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 |