]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/pgg-pgp.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / obsolete / pgg-pgp.el
index ee7af04c4477fbe081b545ba2b75552770527ad8..af2d7a8e39fb7ce53b2e0cb7bf335eccd1853d08 100644 (file)
@@ -99,7 +99,7 @@ Bourne shell or its equivalent \(not tcsh) is needed for \"2>\"."
            (pgg-convert-lbt-region (point-min)(point-max) 'LF)
 
            (if (memq status '(stop signal))
-               (error "%s exited abnormally: ā€˜%sā€™" program exit-status))
+               (error "%s exited abnormally: `%s'" program exit-status))
            (if (= 127 exit-status)
                (error "%s could not be found" program))