Variable: hanja-table

hanja-table is a variable defined in hanja-util.el.gz.

Value

nil

Documentation

A char table for 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.

Source Code

;; Defined in /usr/src/emacs/lisp/language/hanja-util.el.gz
(defvar hanja-table nil
  "A char table for 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'.")