diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-22 03:07:47 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-22 03:07:47 -0500 |
commit | 3273cf5fced4b6376782a5b08b908d1f6d61f3fa (patch) | |
tree | 7892f06a137f6aa47232b87509eee175ca8b30b9 /bog.el | |
parent | d2c36b3bf617917ad4957081089e77db1a9ebb0d (diff) | |
download | bog-3273cf5fced4b6376782a5b08b908d1f6d61f3fa.tar.gz |
bog-selection-method: Complete docstring
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |