branch: elpa/aidermacs
commit 673011c9c960dd17869a82256ccc6f02c28993a8
Author: AmaiKinono <amaikin...@gmail.com>
Commit: AmaiKinono <amaikin...@gmail.com>

    doc: fix quote usage in docstring
---
 aider.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aider.el b/aider.el
index 59631b8cfe..89f7b38f57 100644
--- a/aider.el
+++ b/aider.el
@@ -79,7 +79,7 @@ If not in a git repository, an error is raised."
       (aider-buffer-name-from-git-repo-path git-repo-path home-path))))
 
 (defun aider-run-aider ()
-  "Create a comint-based buffer and run 'aider' for interactive conversation."
+  "Create a comint-based buffer and run \"aider\" for interactive 
conversation."
   (interactive)
   (let* ((buffer-name (aider-buffer-name))
          (command "aider"))

Reply via email to