aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 20:35:27 +0100
committerJuanma Barranquero2011-11-20 20:35:27 +0100
commitfe7a3057a38e896a9c4ad12c831fb84a5d808691 (patch)
treebcb23e440925fde576409d960a71ee6df320331a /admin
parent09f5d05492b6c78421c71858d0d5c4434218b8fc (diff)
downloademacs-fe7a3057a38e896a9c4ad12c831fb84a5d808691.tar.gz
emacs-fe7a3057a38e896a9c4ad12c831fb84a5d808691.zip
Fix typos.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog2
-rw-r--r--admin/grammars/java-tags.wy2
-rw-r--r--admin/notes/nextstep2
3 files changed, 3 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index f72f1d881c6..aa815c552b4 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -402,7 +402,7 @@
402 402
4032009-06-24 Kenichi Handa <handa@m17n.org> 4032009-06-24 Kenichi Handa <handa@m17n.org>
404 404
405 * charsets/mapconv: For the UNICODE format files, do reverse sort 405 * charsets/mapconv: For the Unicode format files, do reverse sort
406 and don't compact the map. This is to prefer the first one in the 406 and don't compact the map. This is to prefer the first one in the
407 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0). 407 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
408 408
diff --git a/admin/grammars/java-tags.wy b/admin/grammars/java-tags.wy
index 99d2b9df81d..f4b2f1f1f49 100644
--- a/admin/grammars/java-tags.wy
+++ b/admin/grammars/java-tags.wy
@@ -740,7 +740,7 @@ It ignores whitespaces, newlines and comments."
740 wisent-java-tags-wy--<symbol>-regexp-analyzer 740 wisent-java-tags-wy--<symbol>-regexp-analyzer
741 wisent-java-tags-wy--<punctuation>-string-analyzer 741 wisent-java-tags-wy--<punctuation>-string-analyzer
742 wisent-java-tags-wy--<block>-block-analyzer 742 wisent-java-tags-wy--<block>-block-analyzer
743 ;; In theory, unicode chars should be turned into normal chars 743 ;; In theory, Unicode chars should be turned into normal chars
744 ;; and then combined into regular ascii keywords and text. This 744 ;; and then combined into regular ascii keywords and text. This
745 ;; analyzer just keeps these things from making the lexer go boom. 745 ;; analyzer just keeps these things from making the lexer go boom.
746 wisent-java-tags-wy--<unicode>-regexp-analyzer 746 wisent-java-tags-wy--<unicode>-regexp-analyzer
diff --git a/admin/notes/nextstep b/admin/notes/nextstep
index cf0ebbc11aa..a2e5ce2c9b0 100644
--- a/admin/notes/nextstep
+++ b/admin/notes/nextstep
@@ -83,7 +83,7 @@ original NeXT Display PostScript (DPS) APIs are available and used. Under
83Cocoa, these were removed and Quartz drawing functions replaced them. 83Cocoa, these were removed and Quartz drawing functions replaced them.
84 84
85In both cases, font glyphs are accessed through UTF8 character 85In both cases, font glyphs are accessed through UTF8 character
86representations. It would be preferable to use unicode indices, but prior 86representations. It would be preferable to use Unicode indices, but prior
87attempts at this have failed. 87attempts at this have failed.
88 88
89Multi-script fontsets are auto-created in nsfont_make_fontset_for_font() using 89Multi-script fontsets are auto-created in nsfont_make_fontset_for_font() using