Skip to content

Commit 29b5fc8

Browse files
authored
Shorten overly long docstring (#53)
1 parent c5eaeed commit 29b5fc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bash-completion.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ to remove the extra space bash adds after a completion."
236236

237237
(defvar bash-completion-start-files
238238
'("~/.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.
239+
"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.
240242
241243
This variable is only used when creating separate processes for
242244
performing completion. See

0 commit comments

Comments
 (0)