diff options
| author | Glenn Morris | 2017-04-27 21:33:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-04-27 21:33:07 -0700 |
| commit | f0daad9adc5b8fd19f60f89e96b286a78f7162b3 (patch) | |
| tree | d83196cb4bb1a581638455809c02b2e48312466e | |
| parent | 0295068d0526f6f16aca1164e8d0d77265d845c6 (diff) | |
| download | emacs-f0daad9adc5b8fd19f60f89e96b286a78f7162b3.tar.gz emacs-f0daad9adc5b8fd19f60f89e96b286a78f7162b3.zip | |
* doc/misc/auth.texi: Commas don't work in node names.
| -rw-r--r-- | doc/misc/auth.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 94229e69f79..cfc62a9f922 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 | |||
| 61 | * Help for users:: | 61 | * Help for users:: |
| 62 | * Multiple GMail accounts with Gnus:: | 62 | * Multiple GMail accounts with Gnus:: |
| 63 | * Secret Service API:: | 63 | * Secret Service API:: |
| 64 | * The Unix password store:: | ||
| 64 | * Help for developers:: | 65 | * Help for developers:: |
| 65 | * GnuPG and EasyPG Assistant Configuration:: | 66 | * GnuPG and EasyPG Assistant Configuration:: |
| 66 | * GNU Free Documentation License:: The license for this documentation. | 67 | * GNU Free Documentation License:: The license for this documentation. |
| @@ -166,7 +167,7 @@ get fancy, the default and simplest configuration is: | |||
| 166 | ;;; (@pxref{Secret Service API}) | 167 | ;;; (@pxref{Secret Service API}) |
| 167 | (setq auth-sources '("secrets:Login")) | 168 | (setq auth-sources '("secrets:Login")) |
| 168 | ;;; use pass (@file{~/.password-store}) | 169 | ;;; use pass (@file{~/.password-store}) |
| 169 | ;;; (@pxref{Pass, the Unix password store}) | 170 | ;;; (@pxref{The Unix password store}) |
| 170 | (setq auth-sources '(password-store)) | 171 | (setq auth-sources '(password-store)) |
| 171 | @end lisp | 172 | @end lisp |
| 172 | 173 | ||
| @@ -406,8 +407,8 @@ then fall back to @file{~/.authinfo.gpg}. | |||
| 406 | "~/.authinfo.gpg")) | 407 | "~/.authinfo.gpg")) |
| 407 | @end example | 408 | @end example |
| 408 | 409 | ||
| 409 | @node Pass, the Unix password store | 410 | @node The Unix password store |
| 410 | @chapter Pass, the Unix password store | 411 | @chapter The Unix password store |
| 411 | 412 | ||
| 412 | @uref{http://www.passwordstore.org,,The standard unix password | 413 | @uref{http://www.passwordstore.org,,The standard unix password |
| 413 | manager} (or just @code{pass}) stores your passwords in | 414 | manager} (or just @code{pass}) stores your passwords in |