diff options
-rw-r--r-- | gnosis-algorithm.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index b81cc05..4ad8df7 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -58,12 +58,12 @@ restriction for length." :group 'gnosis :type '(list integer)) -(defcustom gnosis-algorithm-ef '(0.35 0.30 1.3) - "Gnosis easiness factor. +(defcustom gnosis-algorithm-gnosis-value '(0.35 0.30 1.3) + "Starting gnosis score. -First item : Increase value -Second item: Decrease value -Third item : Total ef" +First item : Increase value (gnosis-plus) +Second item: Decrease value (gnosis-minus) +Third item : Total gnosis (gnosis-synolon/totalis) -> Total gnosis score" :group 'gnosis :type '(list float)) |