summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2001-03-05 12:11:53 +0000
committerKenichi Handa <handa@m17n.org>2001-03-05 12:11:53 +0000
commit29707b97c74304ed1f5fdce66f5e939fd19c544d (patch)
tree863063ab514784789315e6e6882e7cfa5698c507
parent36d5e61d8a2bbd859e07713a3f5cc00a2a758e6e (diff)
downloademacs-29707b97c74304ed1f5fdce66f5e939fd19c544d.tar.gz
(ethio-toggle-space): Fix typo.
(ethio-toggle-punctuation): Fix typo.
-rw-r--r--lisp/language/ethio-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el
index ef5402cb182..5890fe12a61 100644
--- a/lisp/language/ethio-util.el
+++ b/lisp/language/ethio-util.el
@@ -1915,7 +1915,7 @@ Otherwise, [0-9A-F]."
(interactive)
(setq ethio-prefer-ascii-space
(not ethio-prefer-ascii-space))
- (if (equal current-input-method "ethipic")
+ (if (equal current-input-method "ethiopic")
(setq current-input-method-title (quail-title)))
(force-mode-line-update))
@@ -1972,7 +1972,7 @@ With ARG, insert that many delimiters."
(quail-defrule (car keys) (car puncs) "ethiopic")
(setq keys (cdr keys)
puncs (cdr puncs)))
- (if (equal current-input-method "ethipic")
+ (if (equal current-input-method "ethiopic")
(setq current-input-method-title (quail-title)))
(force-mode-line-update)))