Function: read-hiragana-string
read-hiragana-string is an autoloaded and byte-compiled function
defined in japan-util.el.gz.
Signature
(read-hiragana-string PROMPT &optional INITIAL-INPUT)
Documentation
Read a Hiragana string from the minibuffer, prompting with string PROMPT.
If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
Source Code
;; Defined in /usr/src/emacs/lisp/language/japan-util.el.gz
;;;###autoload
(defun read-hiragana-string (prompt &optional initial-input)
"Read a Hiragana string from the minibuffer, prompting with string PROMPT.
If non-nil, second arg INITIAL-INPUT is a string to insert before reading."
(read-multilingual-string prompt initial-input "japanese-hiragana"))