diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-04 22:43:49 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-04 22:45:51 -0500 |
commit | 19d9ffa6a3de76dae64de18f61a7136697480549 (patch) | |
tree | 9e6301df050a1e3dc1935a1823280581c624a007 | |
parent | 95e0215211f8663c0da17ef23049a65b7be47f54 (diff) | |
download | bog-19d9ffa6a3de76dae64de18f61a7136697480549.tar.gz |
DOC: Fix typo in function docstring
-rw-r--r-- | bog.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)))) |