diff options
| author | Phillip Lord <phillip.lord@newcastle.ac.uk> | 2020-02-16 12:58:59 +0000 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@newcastle.ac.uk> | 2020-02-16 12:58:59 +0000 |
| commit | 417b0548ea8b3f1842b4b805317fc15fad80be7e (patch) | |
| tree | f967ce500d81a36e6bd94e619659a96f1b67614e | |
| parent | 372525814de854c35cddd4d727a8ec38c650064d (diff) | |
| parent | d0817aff0baaba6848ae4cf7b1749895c90ad5f5 (diff) | |
| download | org-drill-417b0548ea8b3f1842b4b805317fc15fad80be7e.tar.gz org-drill-417b0548ea8b3f1842b4b805317fc15fad80be7e.zip | |
Merge branch 'master' into 'master'
Fix typo "Eaqch" to "Each"
See merge request phillord/org-drill!8
| -rw-r--r-- | org-drill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el index 2087771..0ccbb63 100644 --- a/org-drill.el +++ b/org-drill.el @@ -72,7 +72,7 @@ (defcustom org-drill-maximum-items-per-session 30 - "Eaqch drill session will present at most this many topics for review. + "Each drill session will present at most this many topics for review. Nil means unlimited." :group 'org-drill :type '(choice integer (const nil))) |
