diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-11 23:23:30 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-11 23:44:53 -0500 |
commit | 06697a74f6725202b7afe67d4eec28343f365bad (patch) | |
tree | e52932eef320905c925ad50dab3541c7796603f0 | |
parent | 8de55eca2804a0d50af33c273b69bdddb5c111d5 (diff) | |
download | bog-06697a74f6725202b7afe67d4eec28343f365bad.tar.gz |
bog-heading-citekeys-in-buffer: Fix docstring
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ word constituents." (bog-heading-citekeys-in-buffer))) (defun bog-heading-citekeys-in-buffer () - "Return all citekeys in current buffer." + "Return all heading citekeys in current buffer." (--keep it (org-map-entries 'bog-citekey-from-heading))) |