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

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

[elpa] externals/elisa 7f5a5fff5d 26/98: Fix CI warnings


From: ELPA Syncer
Subject: [elpa] externals/elisa 7f5a5fff5d 26/98: Fix CI warnings
Date: Wed, 17 Jul 2024 18:58:01 -0400 (EDT)

branch: externals/elisa
commit 7f5a5fff5d04844c3fe2899cf068cf97ddfed785
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>

    Fix CI warnings
---
 elisa.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/elisa.el b/elisa.el
index cc9a2588f2..fd605d4492 100644
--- a/elisa.el
+++ b/elisa.el
@@ -27,19 +27,19 @@
 ;;
 ;; ELISA (Emacs Lisp Information System Assistant) is a project
 ;; designed to help Emacs users quickly find answers to their
-;; questions related to Emacs and Emacs Lisp. Utilizing the powerful
+;; questions related to Emacs and Emacs Lisp.  Utilizing the powerful
 ;; Ellama package, ELISA provides accurate and relevant responses to
 ;; user queries, enhancing productivity and efficiency in the Emacs
-;; environment. By integrating links to the Emacs info manual after
+;; environment.  By integrating links to the Emacs info manual after
 ;; answering a question, ELISA ensures that users have easy access to
 ;; additional information on the topic, making it an essential tool
 ;; for both beginners and advanced Emacs users.
 ;;
-;; ELISA creates index from info manuals. When you send message to
+;; ELISA creates index from info manuals.  When you send message to
 ;; `elisa-chat' it search to semantically similar info nodes in index,
 ;; get first `elisa-limit' nodes, add it to context and send your
-;; message to llm. LLM generates answer to your message based on
-;; provided context. You can read not only answer generated by llm,
+;; message to llm.  LLM generates answer to your message based on
+;; provided context.  You can read not only answer generated by llm,
 ;; but also info manuals by provided links.
 ;;
 



reply via email to

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