summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)