diff options
author | Thanos Apollo <[email protected]> | 2024-01-14 11:17:04 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-14 11:17:04 +0200 |
commit | 8685a85209634b4a0079c5c0d7517e6b86448697 (patch) | |
tree | f18b32cd4fabd114f433f7c3e6547f8328953e55 /gnosis-algorithm.el | |
parent | f0623dd2d2a83fb70a9dbb22555e18f7eedbc4f0 (diff) |
gnosis-algorithm-interval: Update docstring
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r-- | gnosis-algorithm.el | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index ab94559..ea23288 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -32,12 +32,14 @@ (require 'calendar) (defcustom gnosis-algorithm-interval '(1 3) - "Gnosis initial interval. + "Gnosis initial interval for successful reviews. -Interval by which a new question is displayed or when it's ef is at 1.3. +First item: First interval, +Second item: Second interval. -First item: First interval -Second item: Second interval." +Note: gnosis-algorithm-interval is ignored after 10 TOTAL reviews or +when ef is above > 3.0, which should only be the case for customized +notes/review sessions." :group 'gnosis :type 'list) |