diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 7a626ae35ee..f1191b8faab 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3110,7 +3110,8 @@ of `error' with a user-friendly message." | |||
| 3110 | (or (python-shell-get-process) | 3110 | (or (python-shell-get-process) |
| 3111 | (if interactivep | 3111 | (if interactivep |
| 3112 | (user-error | 3112 | (user-error |
| 3113 | "Start a Python process first with `M-x run-python' or `%s'" | 3113 | (substitute-command-keys |
| 3114 | "Start a Python process first with \\`M-x run-python' or `%s'") | ||
| 3114 | ;; Get the binding. | 3115 | ;; Get the binding. |
| 3115 | (key-description | 3116 | (key-description |
| 3116 | (where-is-internal | 3117 | (where-is-internal |