branch: elpa/aidermacs
commit 4c7265f33f044dffda3bbc77b22e6f35e0e6752e
Author: Mingde (Matthew) Zeng <matthew...@posteo.net>
Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>

    Truncate commentary
---
 aidermacs-backend-comint.el | 2 +-
 aidermacs-backends.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/aidermacs-backend-comint.el b/aidermacs-backend-comint.el
index feb9f74536..f5d8cd818e 100644
--- a/aidermacs-backend-comint.el
+++ b/aidermacs-backend-comint.el
@@ -16,7 +16,7 @@
 ;; output, and managing the interaction flow.
 ;;
 ;; Key features include:
-;; - Syntax highlighting for Aider's output, including search/replace blocks 
and code fences.
+;; - Syntax highlighting for Aider's output.
 ;; - Custom keybindings for multi-line input.
 ;; - Management of the Aider process within a Comint buffer.
 ;;
diff --git a/aidermacs-backends.el b/aidermacs-backends.el
index 21eca0a64c..789b4f720a 100644
--- a/aidermacs-backends.el
+++ b/aidermacs-backends.el
@@ -17,7 +17,7 @@
 ;;
 ;; Key features include:
 ;; - Selection of the backend via the `aidermacs-backend` custom variable.
-;; - Abstraction of backend-specific functions for running Aider and sending 
commands.
+;; - Abstraction of backend-specific functions for running Aider.
 ;; - Management of output history and callbacks.
 ;;
 ;;; Code:

Reply via email to