1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08: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)
This commit is contained in:
Eli Zaretskii 2025-09-06 12:20:58 +03:00
parent 7b09f8bb7c
commit ab5e0f5359

View file

@ -3761,7 +3761,7 @@ may want to re-add custom functions to it using the
You can also add additional setup code to be run at You can also add additional setup code to be run at
initialization of the interpreter via `python-shell-setup-codes' initialization of the interpreter via `python-shell-setup-codes'
variable. variable.
\\<inferior-python-mode-map>
\(Type \\[describe-mode] in the process buffer for a list of commands.)" \(Type \\[describe-mode] in the process buffer for a list of commands.)"
(when python-shell--parent-buffer (when python-shell--parent-buffer
(python-util-clone-local-variables python-shell--parent-buffer)) (python-util-clone-local-variables python-shell--parent-buffer))