(ethio-toggle-space): Fix typo.
(ethio-toggle-punctuation): Fix typo.
This commit is contained in:
parent
36d5e61d8a
commit
29707b97c7
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue