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

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

[elpa] externals/async 1209cc2 05/27: Merge pull request #115 from M4rkD


From: ELPA Syncer
Subject: [elpa] externals/async 1209cc2 05/27: Merge pull request #115 from M4rkD/master
Date: Fri, 30 Apr 2021 15:57:10 -0400 (EDT)

branch: externals/async
commit 1209cc2ccd89b05c1c395847024db2f69b73414d
Merge: 35ab78a c80976d
Author: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #115 from M4rkD/master
    
    Some rewording of part of README.md
---
 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]