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

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

[nongnu] elpa/bash-completion ac3bd404e8 220/313: Fix typos (#40)


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion ac3bd404e8 220/313: Fix typos (#40)
Date: Sat, 3 Dec 2022 10:59:32 -0500 (EST)

branch: elpa/bash-completion
commit ac3bd404e87b097eefbf04a0b28676efa4ae13b7
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Stephane Zermatten <szermatt@gmx.net>

    Fix typos (#40)
---
 README.md                    | 2 +-
 bash-completion.el           | 6 +++---
 test/bash-completion-test.el | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 1d8ee49772..46b9f92f32 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Unfortunately, many Emacs editing features are not available 
when
 running in term mode.  Also, term mode is not available in
 shell-command prompts.
 
-Bash completion can also be run programatically, outside of a
+Bash completion can also be run programmatically, outside of a
 shell-mode command, by calling
 `bash-completion-dynamic-complete-nocomint'
 
diff --git a/bash-completion.el b/bash-completion.el
index cb406e9dc0..be5ad25e12 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -41,7 +41,7 @@
 ;; running in term mode.  Also, term mode is not available in
 ;; shell-command prompts.
 ;;
-;; Bash completion can also be run programatically, outside of a
+;; Bash completion can also be run programmatically, outside of a
 ;; shell-mode command, by calling
 ;; `bash-completion-dynamic-complete-nocomint'
 ;;
@@ -583,7 +583,7 @@ This function is meant to be called exclusively from
 This function expect the point to be at the start of a new
 element to be added to the list of tokens.
 
-Return TOKENS with new tokens found betwen the current point and
+Return TOKENS with new tokens found between the current point and
 END prepended to it."
   (skip-chars-forward " \t\n\r" end)
   (if (< (point) end)
@@ -1071,7 +1071,7 @@ Return a bash command-line for going to default-directory 
or \"\"."
 BUFFER should contains the output of:
   complete -p
 
-The returned alist is a sligthly parsed version of the output of
+The returned alist is a slightly parsed version of the output of
 \"complete -p\"."
   (let ((alist (list)))
     (with-current-buffer buffer
diff --git a/test/bash-completion-test.el b/test/bash-completion-test.el
index b0a1cbaeee..c69a4fd751 100644
--- a/test/bash-completion-test.el
+++ b/test/bash-completion-test.el
@@ -927,7 +927,7 @@ When `bash-completion-send' is called, it pops the result 
from
 --captured-commands.
 
 Directories in --directories get a / appended to them. Note that
-the current directory in this environemnt is /tmp/test.
+the current directory in this environment is /tmp/test.
 
 The body is run with a test buffer as current buffer. Fill it with the 
command-line
 before calling `bash-completion-dynamic-complete-nocomint'.



reply via email to

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