From c66426e1fb22d2f7767c57015af4ea5eff9fa6ea Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Mon, 14 Feb 2011 08:48:31 -0600 Subject: [PATCH] * auth.texi (Help for users): Login collection is "Login" and not "login". --- texi/ChangeLog | 4 ++++ texi/auth.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 10efc8fa7..41e890978 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2011-02-14 Teodor Zlatanov + + * auth.texi (Help for users): Login collection is "Login" and not "login". + 2011-02-11 Teodor Zlatanov * auth.texi (Overview, Help for users, Help for developers): Update docs. diff --git a/texi/auth.texi b/texi/auth.texi index 62a958d4d..d1208d504 100644 --- a/texi/auth.texi +++ b/texi/auth.texi @@ -161,8 +161,8 @@ and simplest configuration is: (setq auth-sources '((:source "~/.authinfo.gpg"))) ;;; even shorter and the @emph{default}: (setq auth-sources '("~/.authinfo.gpg" "~/.authinfo")) -;;; use the Secrets API @var{login} collection (@pxref{Secret Service API}) -(setq auth-sources '("secrets:login")) +;;; use the Secrets API @var{Login} collection (@pxref{Secret Service API}) +(setq auth-sources '("secrets:Login")) @end lisp By adding multiple entries to @code{auth-sources} with a particular -- 2.25.1