diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-05 22:48:05 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-05 23:58:29 -0500 |
commit | f2da176b8063f403a0ad22b89873b488eeb0ac5b (patch) | |
tree | e0528e59d62c447c835528ea358598cc27e6f83e /bog.el | |
parent | a718ddfee1ec76e8d5aa1088206f148ffc53172b (diff) | |
download | bog-f2da176b8063f403a0ad22b89873b488eeb0ac5b.tar.gz |
Reword bog-citekey-from-heading-title docstring
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |