1
0
Fork 0

Adapt docstring

This commit is contained in:
Bram Schoenmakers 2024-04-20 12:17:54 +02:00
parent 38f74f1a24
commit d686d629b2
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -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)