aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorEli Zaretskii2025-09-06 12:20:58 +0300
committerEli Zaretskii2025-09-06 12:20:58 +0300
commitab5e0f535939e7fa94c0770e6e21acb9efea2a32 (patch)
treebe0d12b74f515b26b8a14d4912cd4f80924d2273 /lisp/progmodes/python.el
parent7b09f8bb7c92505c1286ed6f00b9c878bad2489a (diff)
downloademacs-ab5e0f535939e7fa94c0770e6e21acb9efea2a32.tar.gz
emacs-ab5e0f535939e7fa94c0770e6e21acb9efea2a32.zip
Fix command keys in doc string of 'inferior-python-mode'
* lisp/progmodes/python.el (inferior-python-mode): Mention the correct mode-map in the doc string. (Bug#79386)
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 649f47f6e69..e5cc3b0078b 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3761,7 +3761,7 @@ may want to re-add custom functions to it using the
3761You can also add additional setup code to be run at 3761You can also add additional setup code to be run at
3762initialization of the interpreter via `python-shell-setup-codes' 3762initialization of the interpreter via `python-shell-setup-codes'
3763variable. 3763variable.
3764 3764\\<inferior-python-mode-map>
3765\(Type \\[describe-mode] in the process buffer for a list of commands.)" 3765\(Type \\[describe-mode] in the process buffer for a list of commands.)"
3766 (when python-shell--parent-buffer 3766 (when python-shell--parent-buffer
3767 (python-util-clone-local-variables python-shell--parent-buffer)) 3767 (python-util-clone-local-variables python-shell--parent-buffer))