]> git.eshelyaron.com Git - emacs.git/commitdiff
* mule-cmds.el (input-method-use-echo-area): Change :type to
authorK. Handa <handa@gnu.org>
Fri, 1 May 2015 13:45:27 +0000 (22:45 +0900)
committerK. Handa <handa@gnu.org>
Fri, 1 May 2015 13:45:27 +0000 (22:45 +0900)
'boolean.

lisp/international/mule-cmds.el

index cca659f2cc1732c74908cdd3af96b71f7a3c861a..fd892aaefec612f732b186376d784573e427ae7a 100644 (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