diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-05-01 21:52:59 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-05-01 21:52:59 -0400 |
commit | 8c537918048e91329c538034dd6cc82e09deb3d2 (patch) | |
tree | a737a0f6b4b30f35f0a6f81b1950615ac8cffe1c /bog.el | |
parent | 3373cf447a5fe7faddc7ee1bac451fa6a8cfee26 (diff) | |
download | bog-8c537918048e91329c538034dd6cc82e09deb3d2.tar.gz |
Fix docstring typo
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ will still be available through `bog-search-notes' and ;;; General utilities (defun bog-select-citekey (citekeys) - "Prompt for citekey from CITEKEYS" + "Prompt for citekey from CITEKEYS." (org-icompleting-read "Select citekey: " citekeys)) (defun bog-citekey-groups-with-delim (citekey &optional delim groups) |