]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/python.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / progmodes / python.el
index a95206463b67ec764f6767563e8a4196b0829d9b..9528ffeebbc811af5955591c5b3967231b1d171d 100644 (file)
@@ -2819,7 +2819,7 @@ of `error' with a user-friendly message."
   (or (python-shell-get-process)
       (if interactivep
           (user-error
-           "Start a Python process first with ‘%s’ or ‘%s’."
+           "Start a Python process first with `%s' or `%s'."
            (substitute-command-keys "\\[run-python]")
            ;; Get the binding.
            (key-description
@@ -4006,7 +4006,7 @@ The skeleton will be bound to python-skeleton-NAME."
   (let* ((name (symbol-name name))
          (function-name (intern (concat "python-skeleton--" name)))
          (msg (format-message
-               "Add ‘%s’ clause? " name)))
+               "Add `%s' clause? " name)))
     (when (not skel)
       (setq skel
             `(< ,(format "%s:" name) \n \n