diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-07-27 19:03:39 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-07-27 19:03:39 +0100 |
| commit | 00f108e5b5abf7211fafea8be06e5d0d100e9d11 (patch) | |
| tree | 1fa8ba6171e2fc5f37a8714f272c65a83146046d | |
| parent | 7aa335d4c065154f4e1d955f49fc380418d6a450 (diff) | |
| download | org-drill-00f108e5b5abf7211fafea8be06e5d0d100e9d11.tar.gz org-drill-00f108e5b5abf7211fafea8be06e5d0d100e9d11.zip | |
Update documentation
| -rw-r--r-- | org-drill.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/org-drill.el b/org-drill.el index 319077c..922f644 100644 --- a/org-drill.el +++ b/org-drill.el @@ -373,15 +373,16 @@ directory All files with the extension '.org' in the same (defcustom org-drill-match nil - "If non-nil, a string specifying a tags/property/TODO query. During -drill sessions, only items that match this query will be considered." + "If non-nil, a string specifying a tags/property/TODO query. + +During drill sessions, only items that match this query will be +considered." :group 'org-drill :type '(choice (const nil) string)) (defcustom org-drill-save-buffers-after-drill-sessions-p t - "If non-nil, prompt to save all modified buffers after a drill session -finishes." + "If non-nil, prompt to save all modified buffers when a session ends." :group 'org-drill :type 'boolean) @@ -391,11 +392,11 @@ finishes." Available choices are: - SM2 :: the SM2 algorithm, used in SuperMemo 2.0 - SM5 :: the SM5 algorithm, used in SuperMemo 5.0 -- Simple8 :: a modified version of the SM8 algorithm. SM8 is used in +- Simple8 :: a modified version of the SM8 algorithm. SM8 is used in SuperMemo 98. The version implemented here is simplified in that while it 'learns' the difficulty of each item using quality grades and number of failures, it does not modify the matrix of values that - governs how fast the inter-repetition intervals increase. A method for + governs how fast the inter-repetition intervals increase. A method for adjusting intervals when items are reviewed early or late has been taken from SM11, a later version of the algorithm, and included in Simple8." :group 'org-drill |
