From 29707b97c74304ed1f5fdce66f5e939fd19c544d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 5 Mar 2001 12:11:53 +0000 Subject: [PATCH] (ethio-toggle-space): Fix typo. (ethio-toggle-punctuation): Fix typo. --- lisp/language/ethio-util.el | 4 ++-- 1 file 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)))