emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 b94d767: Minor copyedits in last manual change


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 b94d767: Minor copyedits in last manual change
Date: Tue, 29 Jan 2019 11:50:48 -0500 (EST)

branch: emacs-26
commit b94d76752776cca4d1652cfe715a60f4a36f14a3
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Minor copyedits in last manual change
    
    * doc/emacs/custom.texi (Authentication): Improve markup,
    indexing, and wording.
---
 doc/emacs/custom.texi | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index b4623fb..3f660fe 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -2614,37 +2614,37 @@ Type @kbd{C-q}, followed by the key you want to bind, 
to insert @var{char}.
 
 @node Authentication
 @section Keeping Persistent Authentication Information
address@hidden ~/.authinfo file
address@hidden ~/.authinfo.gpg file
address@hidden ~/.netrc file
 
   Some Emacs packages, which connect to other services, require
-authentication (@pxref{Passwords}), e.g., @ref{Top, Gnus,, gnus, The
+authentication (@pxref{Passwords}), e.g., see @ref{Top, Gnus,, gnus, The
 Gnus Manual}, or @ref{Top, Tramp,, tramp, The Tramp Manual}.  Because
 it might be annoying to provide the same user name and password again
 and again, Emacs offers to keep this information persistent via the
-auth-source library.
address@hidden library.
 
-  Per default, this information is taken from the file
address@hidden @file{~/.authinfo} file
address@hidden @file{~/.authinfo.gpg} file
address@hidden ~/.netrc file
+  By default, the authentication information is taken from the file
 @file{~/.authinfo} or @file{~/.authinfo.gpg} or @file{~/.netrc}.
-These files have a syntax similar to netrc files as known from the ftp
-program, like
+These files have a syntax similar to netrc files as known from the
address@hidden program, like this:
 
 @example
 machine @var{mymachine} login @var{myloginname} password @var{mypassword} port 
@var{myport}
 @end example
 
-  Similarly, the auth-source library supports multiple storage
+  Similarly, the @file{auth-source} library supports multiple storage
 backend, currently either the classic netrc backend, JSON files, the
 Secret Service API, and pass, the standard unix password manager.
 
 @vindex auth-sources
-  All these alternatives are customized via the user option
address@hidden, @ref{Help for users, Emacs auth-source,, auth,
-Emacs auth-source}.
+  All these alternatives can be customized via the user option
address@hidden, see @ref{Help for users, Emacs auth-source,,
+auth, Emacs auth-source}.
 
 @vindex auth-source-save-behavior
   When a password is entered interactively, which is not found via the
 configured backend, some of the backends offer to save it
-persistently.  This can be changed by the customizing user option
+persistently.  This can be changed by customizing the user option
 @code{auth-source-save-behavior}.



reply via email to

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