diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-02-19 23:02:21 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-02-19 23:02:21 -0500 |
commit | ac76074c852b7a9791f5b205972447a2e3a371e0 (patch) | |
tree | 398fe4705b2fe2f49d13e6620269fc6472fb5d56 /bog.el | |
parent | 04f545ecf42fd862ae0f7dafab12688e61c4fae2 (diff) | |
download | bog-ac76074c852b7a9791f5b205972447a2e3a371e0.tar.gz |
Split line in citekey selection function docstrings
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |