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

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

[nongnu] elpa/bash-completion 377969faa7 288/313: Fix typos in README.md


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 377969faa7 288/313: Fix typos in README.md
Date: Sat, 3 Dec 2022 10:59:38 -0500 (EST)

branch: elpa/bash-completion
commit 377969faa76742dfc871923289c7bdd7cee914e3
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: GitHub <noreply@github.com>

    Fix typos in README.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5793e596a2..a88c3c7c6a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # bash-completion for Emacs 
[![test](https://github.com/szermatt/emacs-bash-completion/workflows/test/badge.svg)](https://github.com/szermatt/emacs-bash-completion/actions)
 
[![melpa](https://melpa.org/packages/bash-completion-badge.svg)](https://melpa.org/#/bash-completion)
 
[![melpa-stable](https://stable.melpa.org/packages/bash-completion-badge.svg)](https://stable.melpa.org/#/bash-completion)
 
 
-bash-completion.el defines dynamic completion hooks for shell-mode,
-shell-command prompts and that are based on bash completion.
+bash-completion.el defines dynamic completion hooks for shell-mode
+and shell-command prompts that is based on bash completion.
 
 Bash completion for Emacs:
 
@@ -30,7 +30,7 @@ You can do that manually, or by installing it from
 To enable bash completion in shell buffers as well as in command
 prompts, such as the prompt started by `compile`, add the hook
 `bash-completion-dynamic-complete` to
-`shell-dynamic-complete-fuctions`.
+`shell-dynamic-complete-functions`.
 
 For example:
 



reply via email to

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