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

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

[nongnu] elpa/bash-completion c25f2203f5 240/313: Fix typo and extend no


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion c25f2203f5 240/313: Fix typo and extend note about use-separate-processes-opt.
Date: Sat, 3 Dec 2022 10:59:34 -0500 (EST)

branch: elpa/bash-completion
commit c25f2203f526767724f64e07ba800e035aee083b
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    Fix typo and extend note about use-separate-processes-opt.
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index bef0c428b4..29126c54f2 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ shell-mode command by calling
 
   NOTE: Setting `bash-completion-use-separate-processes` to nil on new
   installations is recommended. It might become the default in future
-  versions of `bash-completion.el. See the section
+  versions of `bash-completion.el`. See the section
   
[bash-completion-use-separate-processes](#bash-completion-use-separate-processes)
   for more details.
 
@@ -80,8 +80,9 @@ and then adding this to your .bashrc:
 TL;DR Set `bash-completion-use-separate-processes` to `nil` and avoid
 the issues and complications described in this section.
 
-When `bash-completion-use-separate-processes` is `t`, completion runs
-in a separate process from the shell process. 
+When `bash-completion-use-separate-processes` is `t`, completion
+always runs in a separate process from the shell process, even when 
+called from a shell process running bash.
 
 This might be useful in some cases, as it allows interrupting slow
 completions, when necessary.



reply via email to

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