Spelling fixes.
[bpt/emacs.git] / leim / quail / tibetan.el
index e1a95d1..ba47155 100644 (file)
@@ -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" . "\e$(7"2\e(B")
     ("-y" . "\e$(7"B\e(B")))
 
-;; Punctuations are not transcribed.
+;; Punctuation characters are not transcribed.
 
 (defconst tibetan-wylie-punctuation-alist
    '(("."  . " ")
     ("(" . "\e$(7!l\e(B")
     ("0" . "\e$(7!P\e(B")
     (")" . "\e$(7!m\e(B")
-;;; ("-" ) ; enphatic, not yet supported
+;;; ("-" ) ; emphatic, not yet supported
 ;;; ("_" ) ; id.
 ;;; ("=" ) ; special sign, not yet supported
     ("+" . "\e$(7!A\e(B")
 
     1. Vowel 'a' should be typed explicitly by the key 'A'.
        This is really inconvenient. But to make the coding
-       scheme clear, it is desirable to have an explicite
+       scheme clear, it is desirable to have an explicit
        vowel sign for 'a'.
     2. Tsheg is assigned to SPC key. You can input a space
        by typing '>'.