summaryrefslogtreecommitdiff
path: root/lisp/international
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-14 22:00:24 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-14 22:00:24 +0100
commit0b381c7eb83c635f39159168a48c869d632d8081 (patch)
tree32ad79519ce958dc2dbcdcd357d37d652314edb1 /lisp/international
parent8350f087efe62e2ce0ded434534629a56cdc4e8c (diff)
downloademacs-0b381c7eb83c635f39159168a48c869d632d8081.tar.gz
Fix typos.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/mule.el4
-rw-r--r--lisp/international/titdic-cnv.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index cac37b3b8c5..2640778c64b 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -120,14 +120,14 @@ MAX-N is the maximum byte value of that.
`:min-code'
-VALUE must be an integer specifying the mininum code point of the
+VALUE must be an integer specifying the minimum code point of the
charset. If omitted, it is calculated from `:code-space'. VALUE may
be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of
the code point and LOW is the least significant 16 bits.
`:max-code'
-VALUE must be an integer specifying the maxinum code point of the
+VALUE must be an integer specifying the maximum code point of the
charset. If omitted, it is calculated from `:code-space'. VALUE may
be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of
the code point and LOW is the least significant 16 bits.
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el
index e68dc8bdc17..ad055ac9064 100644
--- a/lisp/international/titdic-cnv.el
+++ b/lisp/international/titdic-cnv.el
@@ -734,7 +734,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"."
;; dictionary in the buffer DICBUF. The input method name of the
;; Quail package is NAME, and the title string is TITLE.
-;; TSANG-P is non-nil, genereate $(06AQo(B input method. Otherwise
+;; TSANG-P is non-nil, generate $(06AQo(B input method. Otherwise
;; generate $(0X|/y(B (simple version of $(06AQo(B). If BIG5-P is non-nil, the
;; input method is for inputting Big5 characters. Otherwise the input
;; method is for inputting CNS characters.