emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/llm edbad651fb: fix typo (#52)


From: ELPA Syncer
Subject: [elpa] externals/llm edbad651fb: fix typo (#52)
Date: Mon, 22 Jul 2024 15:58:20 -0400 (EDT)

branch: externals/llm
commit edbad651fb0c922e4a5451e28da3406fb99dce71
Author: Naoya Yamashita <conao3@gmail.com>
Commit: GitHub <noreply@github.com>

    fix typo (#52)
---
 llm-provider-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llm-provider-utils.el b/llm-provider-utils.el
index adb5080b81..ad715b9757 100644
--- a/llm-provider-utils.el
+++ b/llm-provider-utils.el
@@ -603,7 +603,7 @@ cons of functions called and their output."
 ;; This is a useful method for getting out of the request buffer when it's time
 ;; to make callbacks.
 (defun llm-provider-utils-callback-in-buffer (buf f &rest args)
-  "Run F with ARSG in the context of BUF.
+  "Run F with ARGS in the context of BUF.
 But if BUF has been killed, use a temporary buffer instead.
 If F is nil, nothing is done."
   (when f



reply via email to

[Prev in Thread] Current Thread [Next in Thread]