diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/auth.texi | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 20463724c79..34096144066 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | Merge from gnulib. | 3 | Merge from gnulib. |
| 4 | * texinfo.tex: Update to version 2011-02-14.11. | 4 | * texinfo.tex: Update to version 2011-02-14.11. |
| 5 | 5 | ||
| 6 | 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 7 | |||
| 8 | * auth.texi (Help for users): Login collection is "Login" and not "login". | ||
| 9 | |||
| 6 | 2011-02-13 Michael Albinus <michael.albinus@gmx.de> | 10 | 2011-02-13 Michael Albinus <michael.albinus@gmx.de> |
| 7 | 11 | ||
| 8 | * tramp.texi (History): Remove IMAP support. | 12 | * tramp.texi (History): Remove IMAP support. |
| @@ -21,7 +25,7 @@ | |||
| 21 | 25 | ||
| 22 | * sc.texi (Getting Connected): Remove old index entries. | 26 | * sc.texi (Getting Connected): Remove old index entries. |
| 23 | 27 | ||
| 24 | 2011-02-12 Ulrich Mueller <ulm@gentoo.org> | 28 | 2011-02-12 Ulrich Mueller <ulm@gentoo.org> |
| 25 | 29 | ||
| 26 | * url.texi: Remove duplicate @dircategory (Bug#7942). | 30 | * url.texi: Remove duplicate @dircategory (Bug#7942). |
| 27 | 31 | ||
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 2541dba9873..020c582305c 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -161,8 +161,8 @@ and simplest configuration is: | |||
| 161 | (setq auth-sources '((:source "~/.authinfo.gpg"))) | 161 | (setq auth-sources '((:source "~/.authinfo.gpg"))) |
| 162 | ;;; even shorter and the @emph{default}: | 162 | ;;; even shorter and the @emph{default}: |
| 163 | (setq auth-sources '("~/.authinfo.gpg" "~/.authinfo")) | 163 | (setq auth-sources '("~/.authinfo.gpg" "~/.authinfo")) |
| 164 | ;;; use the Secrets API @var{login} collection (@pxref{Secret Service API}) | 164 | ;;; use the Secrets API @var{Login} collection (@pxref{Secret Service API}) |
| 165 | (setq auth-sources '("secrets:login")) | 165 | (setq auth-sources '("secrets:Login")) |
| 166 | @end lisp | 166 | @end lisp |
| 167 | 167 | ||
| 168 | By adding multiple entries to @code{auth-sources} with a particular | 168 | By adding multiple entries to @code{auth-sources} with a particular |