summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-02-19 23:02:21 -0500
committerKyle Meyer <kyle@kyleam.com>2015-02-19 23:02:21 -0500
commitac76074c852b7a9791f5b205972447a2e3a371e0 (patch)
tree398fe4705b2fe2f49d13e6620269fc6472fb5d56
parent04f545ecf42fd862ae0f7dafab12688e61c4fae2 (diff)
downloadbog-ac76074c852b7a9791f5b205972447a2e3a371e0.tar.gz
Split line in citekey selection function docstrings
-rw-r--r--bog.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index d3996c7..17f4ec1 100644
--- a/bog.el
+++ b/bog.el
@@ -257,7 +257,8 @@ behavior:
- If CONTEXT-METHOD returns nil or if NO-CONTEXT is non-nil,
prompts with the citekeys gathered by COLLECTION-METHOD."
`(defun ,(intern (concat "bog-citekey-from-" name)) (no-context)
- ,(format "Select citekey with `%s', falling back on `%s'.
+ ,(format "Select citekey with `%s'.
+Fall back on `%s'.
If NO-CONTEXT is non-nil, immediately fall back."
(symbol-name context-method)
(symbol-name collection-method))