diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-22 03:07:58 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-22 03:07:58 -0500 |
commit | a406995210942331368af8fa0e445b6a551da1b0 (patch) | |
tree | d5f546299850a5670e5ac9d5adade2018ecac791 /bog.el | |
parent | 3273cf5fced4b6376782a5b08b908d1f6d61f3fa (diff) | |
download | bog-a406995210942331368af8fa0e445b6a551da1b0.tar.gz |
bog-citekey-from-heading: Correct docstring
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ be preceded by a characters in `bog-allowed-before-citekey'." maybe-citekey))) (defun bog-citekey-from-heading () - "Retrieve citekey from current heading title." + "Retrieve citekey from current heading title or property." (or (bog-citekey-from-heading-title) (bog-citekey-from-property))) |