1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix typos.

This commit is contained in:
Stefan Kangas 2020-08-10 01:03:09 +02:00
parent ecba3aa1a2
commit b823300775
3 changed files with 4 additions and 4 deletions

View 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'.

View 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'.")

View 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: