]> code.delx.au - gnu-emacs/blobdiff - lisp/term/x-win.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / term / x-win.el
index c32566181e580d120ea4de88b4bfdc9f766fcd9a..ebd76a679a3b36bf2a74df4cc2682382fbd96f6a 100644 (file)
@@ -93,7 +93,7 @@
 ;; Handle the --parent-id option.
 (defun x-handle-parent-id (switch)
   (or (consp x-invocation-args)
-      (error "%s: missing argument to ā€˜%sā€™ option" (invocation-name) switch))
+      (error "%s: missing argument to `%s' option" (invocation-name) switch))
   (setq initial-frame-alist (cons
                              (cons 'parent-id
                                    (string-to-number (car x-invocation-args)))
 ;; to give us back our session id we had on the previous run.
 (defun x-handle-smid (switch)
   (or (consp x-invocation-args)
-      (error "%s: missing argument to ā€˜%sā€™ option" (invocation-name) switch))
+      (error "%s: missing argument to `%s' option" (invocation-name) switch))
   (setq x-session-previous-id (car x-invocation-args)
        x-invocation-args (cdr x-invocation-args)))