diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-08-10 01:03:09 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-08-10 01:07:40 +0200 |
commit | b82330077556ca07b7e76951863a08100a6b0f82 (patch) | |
tree | 8d2720f3a49415aa436174015860d5089deb387d /lisp/language | |
parent | ecba3aa1a20d0e3dd3d5b28194741a7ebfc5daca (diff) | |
download | emacs-b82330077556ca07b7e76951863a08100a6b0f82.tar.gz emacs-b82330077556ca07b7e76951863a08100a6b0f82.tar.bz2 emacs-b82330077556ca07b7e76951863a08100a6b0f82.zip |
; Fix typos.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/cyril-util.el | 2 | ||||
-rw-r--r-- | lisp/language/hanja-util.el | 4 | ||||
-rw-r--r-- | lisp/language/indian.el | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/language/cyril-util.el b/lisp/language/cyril-util.el index a3a6f3fdd94..ce60d1a3ad4 100644 --- a/lisp/language/cyril-util.el +++ b/lisp/language/cyril-util.el @@ -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'. diff --git a/lisp/language/hanja-util.el b/lisp/language/hanja-util.el index 19cba91556b..f38dead5a23 100644 --- a/lisp/language/hanja-util.el +++ b/lisp/language/hanja-util.el @@ -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'.") diff --git a/lisp/language/indian.el b/lisp/language/indian.el index eb882c810e1..657ad6915eb 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el @@ -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: |