aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 0b7b9b7f501..189cd3759f5 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2720,7 +2720,8 @@ of `error' with a user-friendly message."
2720 (or (python-shell-get-process) 2720 (or (python-shell-get-process)
2721 (if interactivep 2721 (if interactivep
2722 (user-error 2722 (user-error
2723 "Start a Python process first with `M-x run-python' or `%s'." 2723 "Start a Python process first with ā€˜%s’ or ā€˜%s’."
2724 (substitute-command-keys "\\[run-python]")
2724 ;; Get the binding. 2725 ;; Get the binding.
2725 (key-description 2726 (key-description
2726 (where-is-internal 2727 (where-is-internal