From d686d629b2585487cc3931626d1168c7808c0c73 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 20 Apr 2024 12:17:54 +0200 Subject: [PATCH] Adapt docstring --- kagi.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kagi.el b/kagi.el index aa59e84..4f9d4ad 100644 --- a/kagi.el +++ b/kagi.el @@ -678,7 +678,10 @@ some clients that doesn't make sense. E.g. we don't want to ask to insert when the region is highlighted. Therefore, PROMPTS is a list of items that can be prompted interactively. It is a (possibly empty) list with possible elements \\='prompt-for-insert -or \\='prompt-for-no-cache." +or \\='prompt-for-no-cache. + +The function returns an alist with parameter names and values, so +each caller can cherry-pick what they need." (list (cons 'insert (and (seq-contains-p prompts 'prompt-for-insert)