* mule-cmds.el (input-method-use-echo-area): Change :type to

'boolean.
This commit is contained in:
K. Handa 2015-05-01 22:45:27 +09:00
parent 26d87ff86c
commit 8588e3548c

View file

@ -1698,7 +1698,7 @@ Usually, the input method inserts the intermediate key sequence,
or candidate translations corresponding to the sequence,
at point in the current buffer.
But, if this flag is non-nil, it displays them in echo area instead."
:type 'hook
:type 'boolean
:group 'mule)
(defvar input-method-exit-on-invalid-key nil