# HG changeset patch # User Kenichi Handa # Date 873816929 0 # Node ID 68c5c0b3ed0d5c7bd414390e780783927a3359a3 # Parent f4f4b72d1239acaa1aecdf8896e1ec90a7a90ec4 (input-method-verbose-flag): Doc-string fied. diff -r f4f4b72d1239 -r 68c5c0b3ed0d lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Tue Sep 09 14:10:23 1997 +0000 +++ b/lisp/international/mule-cmds.el Tue Sep 09 14:55:29 1997 +0000 @@ -575,8 +575,12 @@ (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)