From 3273cf5fced4b6376782a5b08b908d1f6d61f3fa Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 22 Nov 2014 03:07:47 -0500 Subject: bog-selection-method: Complete docstring --- bog.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bog.el b/bog.el index 56f6b58..15047e3 100644 --- a/bog.el +++ b/bog.el @@ -191,8 +191,9 @@ added citekeys, clear the cache with `bog-clear-citekey-cache'." "Create citekey selection function. Function will be named bog-citekey-from-NAME and will take one argument (NO-CONTEXT). If NO-CONTEXT is nil, CONTEXT-METHOD will -be called with no arguments. If -" +be called with no arguments. If CONTEXT-METHOD returns nil or if +NO-CONTEXT is non-nil, the user will be prompted with citekeys +gathered by COLLECTION-METHOD." `(defun ,(intern (concat "bog-citekey-from-" name)) (no-context) (or (and no-context (bog-select-citekey (,collection-method))) (,context-method) -- cgit v1.2.3