From 8685a85209634b4a0079c5c0d7517e6b86448697 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 14 Jan 2024 11:17:04 +0200 Subject: gnosis-algorithm-interval: Update docstring --- gnosis-algorithm.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gnosis-algorithm.el') 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) -- cgit v1.2.3