diff options
| author | Phillip Lord <phillip.lord@newcastle.ac.uk> | 2019-07-21 20:20:11 +0000 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@newcastle.ac.uk> | 2019-07-21 20:20:11 +0000 |
| commit | 8ddaa2372606f11df5eeb7186d6de7010d603984 (patch) | |
| tree | 51f49c566d6228ca44fd14adf6260e33491f13a5 | |
| parent | 1972d49a9ad7b9200be34629022417b4e2e7ad1c (diff) | |
| parent | 4478ca5e9dd7670cad14209d66aec68df7229025 (diff) | |
| download | org-drill-8ddaa2372606f11df5eeb7186d6de7010d603984.tar.gz org-drill-8ddaa2372606f11df5eeb7186d6de7010d603984.zip | |
Merge branch 'patch-2' into 'master'
Fix typo in function name in README
See merge request phillord/org-drill!4
| -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 |
