diff options
| author | Juanma Barranquero | 2010-09-14 22:32:35 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-14 22:32:35 +0200 |
| commit | 3b59c3511cb74d944730b8156bbfd3bd7d8aa69f (patch) | |
| tree | 0dda9e9329b007cd267ad0e806a274a4f6c0ed33 /admin | |
| parent | 2b5491fabb7656ed913b324612b6d9e5a55a3c23 (diff) | |
| download | emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.tar.gz emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.zip | |
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/unidata/unidata-gen.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 88e21d7226e..211c6f0a530 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el | |||
| @@ -95,7 +95,7 @@ | |||
| 95 | (with-temp-buffer | 95 | (with-temp-buffer |
| 96 | ;; Insert a file of this format: | 96 | ;; Insert a file of this format: |
| 97 | ;; (CHAR NAME CATEGORY ...) | 97 | ;; (CHAR NAME CATEGORY ...) |
| 98 | ;; where CHAR is a charater code, the following elements are strings | 98 | ;; where CHAR is a character code, the following elements are strings |
| 99 | ;; representing character properties. | 99 | ;; representing character properties. |
| 100 | (insert-file-contents unidata-text-file) | 100 | (insert-file-contents unidata-text-file) |
| 101 | (goto-char (point-min)) | 101 | (goto-char (point-min)) |