We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eaeed commit 29b5fc8Copy full SHA for 29b5fc8
bash-completion.el
@@ -236,7 +236,9 @@ to remove the extra space bash adds after a completion."
236
237
(defvar bash-completion-start-files
238
'("~/.emacs_bash.sh" "~/.emacs.d/init_bash.sh")
239
- "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.
240
+
241
+If a listed file does not exist that is silently ignored.
242
243
This variable is only used when creating separate processes for
244
performing completion. See
0 commit comments