From 8c537918048e91329c538034dd6cc82e09deb3d2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 1 May 2014 21:52:59 -0400 Subject: Fix docstring typo --- bog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bog.el b/bog.el index 618ff74..25d2792 100644 --- a/bog.el +++ b/bog.el @@ -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) -- cgit v1.2.3