branch: elpa/bash-completion
commit 0a1c8e04d2a89586b444d4d22310d60ed97062b7
Author: Stephane Zermatten <[email protected]>
Commit: GitHub <[email protected]>

    Remove bash-completion-refresh from README.me
    
    This change removes the mention of a workaround to make completion work in 
bash subprocesses which isn't necessary anymore. It should just work.
---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 67d6be170a..a19a35402b 100644
--- a/README.md
+++ b/README.md
@@ -107,8 +107,6 @@ the following:
 
 * Does bash behave differently when run outside of Emacs? If not, check
   your shell configuration.
-* Did you start a new bash process, with `exec bash` or `sudo` ? If yes, 
-  call `bash-completion-refresh` to configure the new bash process.
 * Call `M-x bash-completion-debug` and look at the completion table
   at the bottom. Does it match your expectation? If not, call 
   `M-x bash-completion-refresh` to refresh the copy of the completion 

Reply via email to