summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-05 22:48:05 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-05 23:58:29 -0500
commitf2da176b8063f403a0ad22b89873b488eeb0ac5b (patch)
treee0528e59d62c447c835528ea358598cc27e6f83e /bog.el
parenta718ddfee1ec76e8d5aa1088206f148ffc53172b (diff)
downloadbog-f2da176b8063f403a0ad22b89873b488eeb0ac5b.tar.gz
Reword bog-citekey-from-heading-title docstring
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 0b97b40..fe1ac8d 100644
--- a/bog.el
+++ b/bog.el
@@ -142,7 +142,8 @@ year, and the first meaningful word in the title)."
maybe-citekey)))
(defun bog-citekey-from-heading-title ()
- "Return first org heading that matches `bog-citekey-format'."
+ "Retrieve citekey from first parent heading that matches
+`bog-citekey-format'."
(save-excursion
(save-restriction
(widen)