]> git.eshelyaron.com Git - emacs.git/commitdiff
(ethio-toggle-space): Fix typo.
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 12:11:53 +0000 (12:11 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 12:11:53 +0000 (12:11 +0000)
(ethio-toggle-punctuation): Fix typo.

lisp/language/ethio-util.el

index ef5402cb18276bc09472c4cae9e024bd61766449..5890fe12a6198f934f5e78ae3f54a1890409da79 100644 (file)
@@ -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)))