Mercurial > emacs
changeset 19848:68c5c0b3ed0d
(input-method-verbose-flag):
Doc-string fied.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 09 Sep 1997 14:55:29 +0000 |
parents | f4f4b72d1239 |
children | 1c5164d81426 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)