* mule-cmds.el (input-method-use-echo-area): Change :type to
'boolean.
This commit is contained in:
parent
26d87ff86c
commit
8588e3548c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue