(ethio-toggle-space): Fix typo.

(ethio-toggle-punctuation): Fix typo.
This commit is contained in:
Kenichi Handa 2001-03-05 12:11:53 +00:00
parent 36d5e61d8a
commit 29707b97c7

View 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)))