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

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

[elpa] externals/async c80976d 04/27: Some rewording of part of README.m


From: ELPA Syncer
Subject: [elpa] externals/async c80976d 04/27: Some rewording of part of README.md
Date: Fri, 30 Apr 2021 15:57:10 -0400 (EDT)

branch: externals/async
commit c80976d3f559754cc82b5dbaf5485d66d23aba2f
Author: Mark Dawson <mark.dawson@swansea.ac.uk>
Commit: Mark Dawson <mark.dawson@swansea.ac.uk>

    Some rewording of part of README.md
    
    I had to read this part twice, thought it might be helpful to tweak it to
    help others.
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 5d29f0b..4fbf623 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,12 @@ Users of Debian 9 or later or Ubuntu 16.04 or later may 
simply `apt-get install
 
 ## Authentification and user interaction
 
-All authentifications require user interaction like answering to a
-prompt, entering a password etc...  Your async implementation should
-avoid any user interaction to avoid beeing stuck with a prompt you
-will not be able to answer to in child emacs.  For all what is remote
+Some authentications require user interaction, for example answering to a
+prompt, entering a passwords etc. Your async implementation should
+avoid any such user interaction, to avoid being stuck with a prompt you
+will not be able to answer to in the child emacs.  For all what is remote
 (mails, tramp etc...) you have to let emacs manage your identification
-with 
[auth-sources](https://www.gnu.org/software/emacs/manual/html_mono/auth.html) 
so that you do not have to enter a password.
+with 
[auth-sources](https://www.gnu.org/software/emacs/manual/html_mono/auth.html), 
so that you do not have to enter a password.
 
 Basically all you need is something like this in your init file:
 



reply via email to

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