# HG changeset patch # User Kenichi Handa # Date 963797188 0 # Node ID 5955b64b1637f8150902c95580c3c26b387a17bf # Parent 9a4962f4ea62b8affd2db70bde9b5a0b88b3b97e ("japanese"): Docstring modified. diff -r 9a4962f4ea62 -r 5955b64b1637 leim/quail/japanese.el --- a/leim/quail/japanese.el Mon Jul 17 01:22:09 2000 +0000 +++ b/leim/quail/japanese.el Mon Jul 17 01:26:28 2000 +0000 @@ -168,8 +168,12 @@ ;; ;; SPC, C-n kkc-next ;; 次の変換候補を表示 +;; kkc-show-conversion-list-count 以上続けて打てば、変換候補リス +;; トをエコーエリアに表示 ;; C-p kkc-prev ;; 前の変換候補を表示 +;; kkc-show-conversion-list-count 以上続けて打てば、変換候補リス +;; トをエコーエリアに表示 ;; l kkc-show-conversion-list-or-next-group ;; 最高10個までの変換候補をエコーエリアに表示。 ;; 続けて打たれれば、次の10候補を表示。 @@ -305,8 +309,12 @@ SPC, C-n kkc-next Show the next candidate for the current phrase. + If typed `kkc-show-conversion-list-count' counts successively, + conversion candidates are shown in the echo area. C-p kkc-prev Show the previous candidate for the current phrase. + If typed `kkc-show-conversion-list-count' counts successively, + conversion candidates are shown in the echo area. l kkc-show-conversion-list-or-next-group Show at most 10 candidates for the current phrase in echo area. If typed repeatedly, show the next 10 candidates.