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