diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-24 23:14:48 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-24 23:14:48 -0800 |
commit | e4920bc99dfcee02c3bb83b46a761b0893f76626 (patch) | |
tree | a6165f7a6c45f0b4924bad97b21ab179d3e7707e /leim/quail | |
parent | fa4fdb5ca559f8aae4137f8d3b974c14c760360d (diff) |
Spelling fixes.
Diffstat (limited to 'leim/quail')
-rw-r--r-- | leim/quail/ethiopic.el | 2 | ||||
-rw-r--r-- | leim/quail/tibetan.el | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/leim/quail/ethiopic.el b/leim/quail/ethiopic.el index 210aeea7e6..7e108a71a6 100644 --- a/leim/quail/ethiopic.el +++ b/leim/quail/ethiopic.el @@ -53,7 +53,7 @@ C-F9 or `M-x ethio-toggle-space' punctuation followed by zero or more ASCII spaces'. S-F5 or `M-x ethio-toggle-punctuation' - Toggles ASCII punctuations and Ethiopic punctuations for keyboard input. + Toggles ASCII punctuation and Ethiopic punctuation for keyboard input. The current mode is indicated by `.' (ASCII) or `$(3$i(B' (Ethiopic). S-SPC or `M-x ethio-insert-ethio-space' diff --git a/leim/quail/tibetan.el b/leim/quail/tibetan.el index c5c7061663..ba47155524 100644 --- a/leim/quail/tibetan.el +++ b/leim/quail/tibetan.el @@ -28,7 +28,7 @@ ;; Created: Feb. 17. 1997 ;; History: -;; 1997.03.13 Support for inputting special signs and punctuations added. +;; 1997.03.13 Support for inputting special signs and punctuation added. ;; (Only Ext. Wylie input) ;;; Commentary: @@ -56,7 +56,7 @@ (if (string-match "^-[dy]" quail-current-key) (setq quail-current-key (substring quail-current-key 1))) (let ((str (tibetan-transcription-to-tibetan quail-current-key))) - ;; If quail-current-key is for punctuations, it can't be + ;; If quail-current-key is for punctuation, it can't be ;; transcribed by tibetan-transcription-to-tibetan, thus STR ;; contains ASCII string now. In that case, use the current ;; characters set in quail-current-str. @@ -80,7 +80,7 @@ '(("-d" . "$(7"2(B") ("-y" . "$(7"B(B"))) -;; Punctuations are not transcribed. +;; Punctuation characters are not transcribed. (defconst tibetan-wylie-punctuation-alist '(("." . " ") |