diff options
Diffstat (limited to 'lisp/obsolete/pgg-pgp5.el')
-rw-r--r-- | lisp/obsolete/pgg-pgp5.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/obsolete/pgg-pgp5.el b/lisp/obsolete/pgg-pgp5.el index 97caedbe5b3..d87c6fd9020 100644 --- a/lisp/obsolete/pgg-pgp5.el +++ b/lisp/obsolete/pgg-pgp5.el @@ -35,22 +35,22 @@ :group 'pgg) (defcustom pgg-pgp5-pgpe-program "pgpe" - "PGP 5.* 'pgpe' executable." + "PGP 5.* `pgpe' executable." :group 'pgg-pgp5 :type 'string) (defcustom pgg-pgp5-pgps-program "pgps" - "PGP 5.* 'pgps' executable." + "PGP 5.* `pgps' executable." :group 'pgg-pgp5 :type 'string) (defcustom pgg-pgp5-pgpk-program "pgpk" - "PGP 5.* 'pgpk' executable." + "PGP 5.* `pgpk' executable." :group 'pgg-pgp5 :type 'string) (defcustom pgg-pgp5-pgpv-program "pgpv" - "PGP 5.* 'pgpv' executable." + "PGP 5.* `pgpv' executable." :group 'pgg-pgp5 :type 'string) @@ -115,7 +115,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)) |