summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-12-11 23:23:30 -0500
committerKyle Meyer <kyle@kyleam.com>2014-12-11 23:44:53 -0500
commit06697a74f6725202b7afe67d4eec28343f365bad (patch)
treee52932eef320905c925ad50dab3541c7796603f0
parent8de55eca2804a0d50af33c273b69bdddb5c111d5 (diff)
downloadbog-06697a74f6725202b7afe67d4eec28343f365bad.tar.gz
bog-heading-citekeys-in-buffer: Fix docstring
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index dc4899d..0d353c7 100644
--- a/bog.el
+++ b/bog.el
@@ -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)))