summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-09-09 14:55:29 +0000
committerKenichi Handa <handa@m17n.org>1997-09-09 14:55:29 +0000
commit0127f516cc9471330c9c618603c3dfb5a981ce14 (patch)
tree549a6c119fef451233919e7be1c477db80c763c0
parentccd340dc61e7c17cb18c47c429e873643b9080f3 (diff)
downloademacs-0127f516cc9471330c9c618603c3dfb5a981ce14.tar.gz
(input-method-verbose-flag):
Doc-string fied.
-rw-r--r--lisp/international/mule-cmds.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 1c415ed1edf..f79fdaf1799 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -575,8 +575,12 @@ or a string."
(defcustom input-method-verbose-flag t
"*If this flag is non-nil, input methods give extra guidance.
-For instance, Quail input method does not show guidance buffer while
-inputting at minibuffer if this flag is t."
+The extra guidance is done by showing list of avairable keys in echo
+area.
+
+If an input method is turned on in the minibuffer, the guidance is
+shown at the bottom short window (by splitting the existing one) only
+for such complex input methods as `chinese-py' and `japanese'."
:type 'boolean
:group 'mule)