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:
parent
7b09f8bb7c
commit
ab5e0f5359
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue