branch: elpa/bash-completion
commit 29b5fc860a5b0db9828acfceca09b773fbdb8e8a
Author: Jonas Bernoulli <[email protected]>
Commit: GitHub <[email protected]>
Shorten overly long docstring (#53)
---
bash-completion.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bash-completion.el b/bash-completion.el
index 554ef56c78..d77139073d 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -236,7 +236,9 @@ to remove the extra space bash adds after a completion."
(defvar bash-completion-start-files
'("~/.emacs_bash.sh" "~/.emacs.d/init_bash.sh")
- "Shell files that, if they exist, will be sourced at the beginning of a bash
completion subprocess.
+ "Shell files that sourced at the beginning of a bash completion subprocess.
+
+If a listed file does not exist that is silently ignored.
This variable is only used when creating separate processes for
performing completion. See