diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-28 18:08:50 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-28 18:08:50 +0200 |
commit | 01e0f0f5d7fd9143d561826ec54afef2a19d80d8 (patch) | |
tree | 080eda7e5c633285974374b5f02cfb17b222d0fe /admin/charsets | |
parent | 7f8941d8b26f373a3fc614edd29166a726bc9d53 (diff) | |
download | emacs-01e0f0f5d7fd9143d561826ec54afef2a19d80d8.tar.gz emacs-01e0f0f5d7fd9143d561826ec54afef2a19d80d8.tar.bz2 emacs-01e0f0f5d7fd9143d561826ec54afef2a19d80d8.zip |
* admin/charsets/mule-charsets.el (header): Fix typo.
* etc/charsets/MULE-ethiopic.map: Fix typo in comment.
* etc/charsets/MULE-ipa.map: Likewise.
* etc/charsets/MULE-is13194.map: Likewise.
* etc/charsets/MULE-lviscii.map: Likewise.
* etc/charsets/MULE-sisheng.map: Likewise.
* etc/charsets/MULE-tibetan.map: Likewise.
* etc/charsets/MULE-uviscii.map: Likewise.
Diffstat (limited to 'admin/charsets')
-rw-r--r-- | admin/charsets/mule-charsets.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/charsets/mule-charsets.el b/admin/charsets/mule-charsets.el index 9ac08bef724..4a48d994b1b 100644 --- a/admin/charsets/mule-charsets.el +++ b/admin/charsets/mule-charsets.el @@ -45,7 +45,7 @@ (defconst header (format - "# Generated by running amdin/charsets/mule-charsets.el in Emacs %d.%d.\n" + "# Generated by running admin/charsets/mule-charsets.el in Emacs %d.%d.\n" emacs-major-version emacs-minor-version)) (dolist (elt charset-alist) |