From 5e57829ffd8335e815545ae70a373c37f7bd1f59 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 6 Sep 2025 12:20:58 +0300 Subject: [PATCH] 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) (cherry picked from commit ab5e0f535939e7fa94c0770e6e21acb9efea2a32) --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index e593ea93ff4..8b11927591b 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -3639,7 +3639,7 @@ may want to re-add custom functions to it using the You can also add additional setup code to be run at initialization of the interpreter via `python-shell-setup-codes' variable. - +\\ \(Type \\[describe-mode] in the process buffer for a list of commands.)" (when python-shell--parent-buffer (python-util-clone-local-variables python-shell--parent-buffer))