emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bash-completion 29b5fc860a 312/313: Shorten overly long do


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 29b5fc860a 312/313: Shorten overly long docstring (#53)
Date: Sat, 3 Dec 2022 10:59:40 -0500 (EST)

branch: elpa/bash-completion
commit 29b5fc860a5b0db9828acfceca09b773fbdb8e8a
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: GitHub <noreply@github.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]