1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-11 15:53:21 -07:00

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 ab5e0f5359)
This commit is contained in:
Eli Zaretskii 2025-09-06 12:20:58 +03:00
parent aad5b676d1
commit 5e57829ffd

View file

@ -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.
\\<inferior-python-mode-map>
\(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))