Function: hangul-input-method-help
hangul-input-method-help is an interactive and byte-compiled function
defined in hangul.el.gz.
Signature
(hangul-input-method-help)
Documentation
Describe the current Hangul input method.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/leim/quail/hangul.el.gz
(defun hangul-input-method-help ()
"Describe the current Hangul input method."
(interactive)
(with-output-to-temp-buffer "*Help*"
(princ hangul-input-method-help-text)))