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

    comment about shell-command
---
 bash-completion.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bash-completion.el b/bash-completion.el
index 657fd8c188..cf37ceeb95 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -7,6 +7,9 @@
 ;; This file defines dynamic completion hooks for shell-mode and
 ;; shell-command prompts that are based on bash completion.
 ;;
+;; You will need shell-command.el to get tab completion in the
+;; minibuffer. See http://www.namazu.org/~tsuchiya/elisp/shell-command.el
+;;
 ;; Bash completion for emacs:
 ;; - is aware of bash builtins, aliases and functions
 ;; - does file expansion inside of colon-separated variables

Reply via email to