diff options
| author | Eli Zaretskii | 2025-09-06 12:20:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-09-06 12:20:58 +0300 |
| commit | ab5e0f535939e7fa94c0770e6e21acb9efea2a32 (patch) | |
| tree | be0d12b74f515b26b8a14d4912cd4f80924d2273 /lisp/progmodes/python.el | |
| parent | 7b09f8bb7c92505c1286ed6f00b9c878bad2489a (diff) | |
| download | emacs-ab5e0f535939e7fa94c0770e6e21acb9efea2a32.tar.gz emacs-ab5e0f535939e7fa94c0770e6e21acb9efea2a32.zip | |
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)
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 649f47f6e69..e5cc3b0078b 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3761,7 +3761,7 @@ may want to re-add custom functions to it using the | |||
| 3761 | You can also add additional setup code to be run at | 3761 | You can also add additional setup code to be run at |
| 3762 | initialization of the interpreter via `python-shell-setup-codes' | 3762 | initialization of the interpreter via `python-shell-setup-codes' |
| 3763 | variable. | 3763 | variable. |
| 3764 | 3764 | \\<inferior-python-mode-map> | |
| 3765 | \(Type \\[describe-mode] in the process buffer for a list of commands.)" | 3765 | \(Type \\[describe-mode] in the process buffer for a list of commands.)" |
| 3766 | (when python-shell--parent-buffer | 3766 | (when python-shell--parent-buffer |
| 3767 | (python-util-clone-local-variables python-shell--parent-buffer)) | 3767 | (python-util-clone-local-variables python-shell--parent-buffer)) |