Author: deton.kih
Date: Sat Sep 27 01:38:53 2008
New Revision: 5579
Modified:
trunk/scm/tutcode-custom.scm
Log:
* scm/tutcode-custom.scm
- (tutcode-nr-candidate-max): Change max value from 20 to 99
for kigou input mode.
Modified: trunk/scm/tutcode-custom.scm
==============================================================================
--- trunk/scm/tutcode-custom.scm (original)
+++ trunk/scm/tutcode-custom.scm Sat Sep 27 01:38:53 2008
@@ -110,7 +110,7 @@
(define-custom 'tutcode-nr-candidate-max 10
'(tutcode candwin)
- '(integer 1 20)
+ '(integer 1 99)
(N_ "Number of candidates in candidate window at a time")
(N_ "long description will be here."))