summaryrefslogtreecommitdiff
path: root/lisp/international/mule-cmds.el
diff options
context:
space:
mode:
authorK. Handa <handa@gnu.org>2015-05-01 22:45:27 +0900
committerK. Handa <handa@gnu.org>2015-05-01 22:45:27 +0900
commit8588e3548ce59c6af41f8747a15fb94065f8e5de (patch)
tree1dce7dee1eb68f77f7bbe810c8dcef654fce9193 /lisp/international/mule-cmds.el
parent26d87ff86c4c64a8ca45bca1bbfd467b2c063a86 (diff)
downloademacs-8588e3548ce59c6af41f8747a15fb94065f8e5de.tar.gz
* mule-cmds.el (input-method-use-echo-area): Change :type to
'boolean.
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index cca659f2cc1..fd892aaefec 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -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