]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos.
authorStefan Kangas <stefankangas@gmail.com>
Sun, 9 Aug 2020 23:03:09 +0000 (01:03 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 9 Aug 2020 23:07:40 +0000 (01:07 +0200)
lisp/language/cyril-util.el
lisp/language/hanja-util.el
lisp/language/indian.el

index a3a6f3fdd94974467a781787643fff41df5e10e2..ce60d1a3ad4f25a0f1595226cef8fd032e2e4a00 100644 (file)
@@ -47,7 +47,7 @@
 
 ;;;###autoload
 (defun standard-display-cyrillic-translit (&optional cyrillic-language)
-  "Display a cyrillic buffer using a transliteration.
+  "Display a Cyrillic buffer using a transliteration.
 For readability, the table is slightly
 different from the one used for the input method `cyrillic-translit'.
 
index 19cba91556b36d2eb70cc4a2755eb027612b43e4..f38dead5a235db28f1850193f34a1b09d4fc3767 100644 (file)
@@ -22,7 +22,7 @@
 
 ;;; Commentary:
 
-;; This file defines korean hanja table and symbol table.
+;; This file defines the Korean Hanja table and symbol table.
 
 ;;; Code:
 
@@ -31,7 +31,7 @@
 
 (defvar hanja-table nil
   "A char table for Hanja characters.
-It maps a hangul character to a list of the corresponding Hanja characters.
+It maps a Hangul character to a list of the corresponding Hanja characters.
 Each element of the list has the form CHAR or (CHAR . STRING)
 where CHAR is a Hanja character and STRING is the meaning of that
 character.  This variable is initialized by `hanja-init-load'.")
index eb882c810e120978a14af4c87fcf5a8b2943d39a..657ad6915ebb585d1e23a445353592386de538ec 100644 (file)
@@ -25,7 +25,7 @@
 ;;; Commentary:
 
 ;; This file contains definitions of Indian language environments, and
-;; setups for displaying the scrtipts used there.
+;; setups for displaying the scripts used there.
 
 ;;; Code: