aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa1997-09-09 14:55:29 +0000
committerKenichi Handa1997-09-09 14:55:29 +0000
commitc27c4ed8d62766618dd90166defcdbf525fb02f5 (patch)
treee7a0d24859e07f45933959b4693c16cdb5ad85d8 /lisp
parent5773304ab34c1cf122c278e971a7609bca8e3396 (diff)
downloademacs-c27c4ed8d62766618dd90166defcdbf525fb02f5.tar.gz
emacs-c27c4ed8d62766618dd90166defcdbf525fb02f5.zip
(input-method-verbose-flag):
Doc-string fied.
Diffstat (limited to 'lisp')
-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."
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
578For instance, Quail input method does not show guidance buffer while 578The extra guidance is done by showing list of avairable keys in echo
579inputting at minibuffer if this flag is t." 579area.
580
581If an input method is turned on in the minibuffer, the guidance is
582shown at the bottom short window (by splitting the existing one) only
583for such complex input methods as `chinese-py' and `japanese'."
580 :type 'boolean 584 :type 'boolean
581 :group 'mule) 585 :group 'mule)
582 586