emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master f0daad9: * doc/misc/auth.texi: Commas don't work in


From: Glenn Morris
Subject: [Emacs-diffs] master f0daad9: * doc/misc/auth.texi: Commas don't work in node names.
Date: Fri, 28 Apr 2017 00:33:23 -0400 (EDT)

branch: master
commit f0daad9adc5b8fd19f60f89e96b286a78f7162b3
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * doc/misc/auth.texi: Commas don't work in node names.
---
 doc/misc/auth.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 94229e6..cfc62a9 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -61,6 +61,7 @@ It is a way for multiple applications to share a single 
configuration
 * Help for users::
 * Multiple GMail accounts with Gnus::
 * Secret Service API::
+* The Unix password store::
 * Help for developers::
 * GnuPG and EasyPG Assistant Configuration::
 * GNU Free Documentation License::  The license for this documentation.
@@ -166,7 +167,7 @@ get fancy, the default and simplest configuration is:
 ;;; (@pxref{Secret Service API})
 (setq auth-sources '("secrets:Login"))
 ;;; use pass (@file{~/.password-store})
-;;; (@pxref{Pass, the Unix password store})
+;;; (@pxref{The Unix password store})
 (setq auth-sources '(password-store))
 @end lisp
 
@@ -406,8 +407,8 @@ then fall back to @file{~/.authinfo.gpg}.
                      "~/.authinfo.gpg"))
 @end example
 
address@hidden Pass, the Unix password store
address@hidden Pass, the Unix password store
address@hidden The Unix password store
address@hidden The Unix password store
 
 @uref{http://www.passwordstore.org,,The standard unix password
 manager} (or just @code{pass}) stores your passwords in



reply via email to

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