aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2022-09-20 12:21:40 +0200
committerStefan Kangas2022-09-20 12:21:40 +0200
commit616dcf27e57388403d4c28d441bf7310bb665241 (patch)
treea8a30b8e0e24e7d0fa33fa17b7972d3791be57c8 /lisp/progmodes/python.el
parent540585254133af722739339ef420e68e09fe62e5 (diff)
downloademacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.gz
emacs-616dcf27e57388403d4c28d441bf7310bb665241.zip
; Fix typos in Lisp symbols
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el4
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
2914customize this mode for different Python interpreters. 2914customize this mode for different Python interpreters.
2915 2915
2916This mode resets `comint-output-filter-functions' locally, so you 2916This mode resets `comint-output-filter-functions' locally, so you