branch: elpa/bash-completion
commit 96d764fb18035e429368cefedf512ec06c350953
Author: Stephane Zermatten <[email protected]>
Commit: Stephane Zermatten <[email protected]>

    removed unnecessary quote escapes in documentation
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6fca099524..7588de29e0 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ shell-command prompts.
 2. add this into your .emacs file:
 
         (autoload 'bash-completion-dynamic-complete 
-          \"bash-completion\"
-          \"BASH completion hook\")
+          "bash-completion"
+          "BASH completion hook")
         (add-hook 'shell-dynamic-complete-functions
           'bash-completion-dynamic-complete)
         (add-hook 'shell-command-complete-functions

Reply via email to