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

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

[elpa] externals/ellama 01bcadadf9 04/11: Fix additional lint errors


From: ELPA Syncer
Subject: [elpa] externals/ellama 01bcadadf9 04/11: Fix additional lint errors
Date: Fri, 22 Dec 2023 15:57:50 -0500 (EST)

branch: externals/ellama
commit 01bcadadf9aa089c42072d4b01da30d9cf38668d
Author: Steven Allen <steven@stebalien.com>
Commit: Steven Allen <steven@stebalien.com>

    Fix additional lint errors
---
 ellama.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ellama.el b/ellama.el
index 51007517e0..6c01a31f6d 100644
--- a/ellama.el
+++ b/ellama.el
@@ -178,7 +178,7 @@
 ARGS contains keys for fine control.
 
 :buffer BUFFER -- BUFFER is the buffer (or `buffer-name') to insert ellama 
reply
-in. Default value is (current-buffer).
+in.  Default value is (current-buffer).
 
 :point POINT -- POINT is the point in buffer to insert ellama reply at.
 
@@ -191,7 +191,7 @@ current (buffer-local) conversation.
 failure (with BUFFER current).
 
 :on-done ON-DONE -- ON-DONE a function that's called when the request completes
-(with BUFFER current)."
+\(with BUFFER current)."
   (let* ((buffer (or (plist-get args :buffer) (current-buffer)))
         (point (or (plist-get args :point)
                    (with-current-buffer buffer (point))))



reply via email to

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