summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-22 03:07:47 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-22 03:07:47 -0500
commit3273cf5fced4b6376782a5b08b908d1f6d61f3fa (patch)
tree7892f06a137f6aa47232b87509eee175ca8b30b9
parentd2c36b3bf617917ad4957081089e77db1a9ebb0d (diff)
downloadbog-3273cf5fced4b6376782a5b08b908d1f6d61f3fa.tar.gz
bog-selection-method: Complete docstring
-rw-r--r--bog.el5
1 files 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)