diff options
Diffstat (limited to 'admin/charsets')
-rw-r--r-- | admin/charsets/eucjp-ms.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk index 59c6388b25c..24152b44eff 100644 --- a/admin/charsets/eucjp-ms.awk +++ b/admin/charsets/eucjp-ms.awk @@ -24,7 +24,7 @@ # http://home.m05.itscom.net/numa/cde/ucs-conv/appendix.html # This program reads the mapping file EUC-JP-MS (of glibc) and # generates the Elisp file eucjp-ms.el that defines two translation -# tables `eucjp-ms-decode' and `eucjp-ms-encode'. +# tables 'eucjp-ms-decode' and 'eucjp-ms-encode'. BEGIN { FS = "[ \t][ \t]*" @@ -109,4 +109,3 @@ END { print ""; print "(provide 'eucjp-ms)"; } - |