diff options
| author | Stig Brautaset <stig@brautaset.org> | 2019-07-20 10:53:00 +0000 |
|---|---|---|
| committer | Stig Brautaset <stig@brautaset.org> | 2019-07-20 10:53:00 +0000 |
| commit | 4478ca5e9dd7670cad14209d66aec68df7229025 (patch) | |
| tree | 58567c407804e2ff068437992dc5b1b725c85a62 | |
| parent | 7b9b7f1323612f4e0dd8b12c44f3df85832e45f6 (diff) | |
| download | org-drill-4478ca5e9dd7670cad14209d66aec68df7229025.tar.gz org-drill-4478ca5e9dd7670cad14209d66aec68df7229025.zip | |
Fix typo in function name in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -624,7 +624,7 @@ the variable `org-drill-scope`. Possible values are: - **file:** The current buffer, ignoring hidden items. This is the default. - **tree:** The subtree starting with the entry at the cursor. (Alternatively you - can use `M-x org=drill-tree` to run the drill session – this will + can use `M-x org-drill-tree` to run the drill session – this will behave the same as `org-drill` if 'tree' was used as the value of SCOPE.) - **file-no-restriction:** The current buffer, including both hidden and |
