diff options
author | Thanos Apollo <[email protected]> | 2024-02-09 15:58:32 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-09 16:00:27 +0200 |
commit | 2bc2c9df057b88ef3c8de324d97d8f45c3705973 (patch) | |
tree | 52ec68900d6754c9e04802438268dfb024e54ea8 | |
parent | 9c12e9a8b07a93394d1956547da285c91b8a88ce (diff) |
gnosis-algorithm-interval: Remove deprecated docstring
-rw-r--r-- | gnosis-algorithm.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index 9117ad9..f264a3e 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -33,11 +33,7 @@ "Gnosis initial interval for successful reviews. 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." +Second item: Second interval." :group 'gnosis :type '(list integer)) |