]> git.eshelyaron.com Git - emacs.git/commitdiff
(input-method-verbose-flag):
authorKenichi Handa <handa@m17n.org>
Tue, 9 Sep 1997 14:55:29 +0000 (14:55 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Sep 1997 14:55:29 +0000 (14:55 +0000)
Doc-string fied.

lisp/international/mule-cmds.el

index 1c415ed1edf6338262dce7492ef2473d35172dfe..f79fdaf17994f586ad7ce180a26e4b0846098c1c 100644 (file)
@@ -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)