diff options
| author | Kenichi Handa | 2001-03-05 12:11:53 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-03-05 12:11:53 +0000 |
| commit | 29707b97c74304ed1f5fdce66f5e939fd19c544d (patch) | |
| tree | 863063ab514784789315e6e6882e7cfa5698c507 | |
| parent | 36d5e61d8a2bbd859e07713a3f5cc00a2a758e6e (diff) | |
| download | emacs-29707b97c74304ed1f5fdce66f5e939fd19c544d.tar.gz emacs-29707b97c74304ed1f5fdce66f5e939fd19c544d.zip | |
(ethio-toggle-space): Fix typo.
(ethio-toggle-punctuation): Fix typo.
| -rw-r--r-- | lisp/language/ethio-util.el | 4 |
1 files 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]." | |||
| 1915 | (interactive) | 1915 | (interactive) |
| 1916 | (setq ethio-prefer-ascii-space | 1916 | (setq ethio-prefer-ascii-space |
| 1917 | (not ethio-prefer-ascii-space)) | 1917 | (not ethio-prefer-ascii-space)) |
| 1918 | (if (equal current-input-method "ethipic") | 1918 | (if (equal current-input-method "ethiopic") |
| 1919 | (setq current-input-method-title (quail-title))) | 1919 | (setq current-input-method-title (quail-title))) |
| 1920 | (force-mode-line-update)) | 1920 | (force-mode-line-update)) |
| 1921 | 1921 | ||
| @@ -1972,7 +1972,7 @@ With ARG, insert that many delimiters." | |||
| 1972 | (quail-defrule (car keys) (car puncs) "ethiopic") | 1972 | (quail-defrule (car keys) (car puncs) "ethiopic") |
| 1973 | (setq keys (cdr keys) | 1973 | (setq keys (cdr keys) |
| 1974 | puncs (cdr puncs))) | 1974 | puncs (cdr puncs))) |
| 1975 | (if (equal current-input-method "ethipic") | 1975 | (if (equal current-input-method "ethiopic") |
| 1976 | (setq current-input-method-title (quail-title))) | 1976 | (setq current-input-method-title (quail-title))) |
| 1977 | (force-mode-line-update))) | 1977 | (force-mode-line-update))) |
| 1978 | 1978 | ||