1
0
Fork 0

Fix docstring

This commit is contained in:
Bram Schoenmakers 2024-04-05 21:13:09 +02:00
parent ba26b5ec1e
commit ba593c2fc3
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -433,7 +433,7 @@ the text manually."
(t (error "No buffer or text entered"))))))
(defun kagi--fastgpt-expand-prompt-placeholders (prompt text-function)
"Expand all occurences of %s in PROMPT with TEXT.
"Expand all occurences of %s in PROMPT with the result of TEXT-FUNCTION.
It gets replaced with the region text, buffer text or user input."
(let ((user-text))