comparison lisp/international/mule-cmds.el @ 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 054497f70932
children 834c629f9220
comparison
equal deleted inserted replaced
19847:f4f4b72d1239 19848:68c5c0b3ed0d
573 ;; should react to these variables. 573 ;; should react to these variables.
574 574
575 (defcustom input-method-verbose-flag t 575 (defcustom input-method-verbose-flag t
576 "*If this flag is non-nil, input methods give extra guidance. 576 "*If this flag is non-nil, input methods give extra guidance.
577 577
578 For instance, Quail input method does not show guidance buffer while 578 The extra guidance is done by showing list of avairable keys in echo
579 inputting at minibuffer if this flag is t." 579 area.
580
581 If an input method is turned on in the minibuffer, the guidance is
582 shown at the bottom short window (by splitting the existing one) only
583 for such complex input methods as `chinese-py' and `japanese'."
580 :type 'boolean 584 :type 'boolean
581 :group 'mule) 585 :group 'mule)
582 586
583 (defcustom input-method-highlight-flag t 587 (defcustom input-method-highlight-flag t
584 "*If this flag is non-nil, input methods highlight partially-entered text. 588 "*If this flag is non-nil, input methods highlight partially-entered text.