changeset 36536:e83b0b55c92b

(ethio-toggle-space): Fix typo. (ethio-toggle-punctuation): Fix typo.
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Mar 2001 12:11:53 +0000
parents 6873951b694a
children 71ed61a53b19
files lisp/language/ethio-util.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/ethio-util.el	Mon Mar 05 11:51:16 2001 +0000
+++ b/lisp/language/ethio-util.el	Mon Mar 05 12:11:53 2001 +0000
@@ -1915,7 +1915,7 @@
   (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 @@
       (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)))