branch: elpa/aidermacs
commit 8242500f4e69b877fe47b2b5b59e4004659c7f4f
Merge: 5f0445e12e 673011c9c9
Author: Kang Tu <tni...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #4 from AmaiKinono/fix-docstring-quote
    
    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 29f0440156..199be5aa03 100644
--- a/aider.el
+++ b/aider.el
@@ -84,7 +84,7 @@ If not in a git repository, an error is raised."
 
 ;;;###autoload
 (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