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

    Fix markdown markup.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e072bb387b..041e1537cf 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ After that reload your .emacs (M-x `eval-buffer') or restart.
 ### Completion at point
 
 Additionally, you can enable bash completion in any buffer that contains bash 
-commands. To do that, call `bash-completion-dynamic-complete-nocomint' from a 
+commands. To do that, call `bash-completion-dynamic-complete-nocomint` from a 
 function added to `completion-at-point-functions`. 
 
 The tricky part is figuring out where the bash command starts, because that 

Reply via email to