summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-04 22:43:49 -0500
committerKyle Meyer <kyle@kyleam.com>2014-03-04 22:45:51 -0500
commit19d9ffa6a3de76dae64de18f61a7136697480549 (patch)
tree9e6301df050a1e3dc1935a1823280581c624a007
parent95e0215211f8663c0da17ef23049a65b7be47f54 (diff)
downloadbog-19d9ffa6a3de76dae64de18f61a7136697480549.tar.gz
DOC: Fix typo in function docstring
-rw-r--r--bog.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bog.el b/bog.el
index fb84448..e4580d3 100644
--- a/bog.el
+++ b/bog.el
@@ -436,8 +436,8 @@ The citekey is split by groups in `bog-citekey-format' and joined by
(defun bog-refile ()
"Refile heading with note files.
-All headings Org files in `bog-notes-directory' at or above level
-`bog-refile-maxlevel' are considered."
+All headings from Org files in `bog-notes-directory' at or above
+level `bog-refile-maxlevel' are considered."
(interactive)
(let ((org-refile-targets `((,(bog-notes-files)
:maxlevel . ,bog-refile-maxlevel))))