diff options
| author | Kenichi Handa | 1997-09-09 14:55:29 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-09-09 14:55:29 +0000 |
| commit | c27c4ed8d62766618dd90166defcdbf525fb02f5 (patch) | |
| tree | e7a0d24859e07f45933959b4693c16cdb5ad85d8 /lisp | |
| parent | 5773304ab34c1cf122c278e971a7609bca8e3396 (diff) | |
| download | emacs-c27c4ed8d62766618dd90166defcdbf525fb02f5.tar.gz emacs-c27c4ed8d62766618dd90166defcdbf525fb02f5.zip | |
(input-method-verbose-flag):
Doc-string fied.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule-cmds.el | 8 |
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 | ||
| 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 | ||