From ac76074c852b7a9791f5b205972447a2e3a371e0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 19 Feb 2015 23:02:21 -0500 Subject: Split line in citekey selection function docstrings --- bog.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bog.el') 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)) -- cgit v1.2.3