From 3d443b071f9d196d3d113d41371f65544a538021 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 17 Feb 2011 12:55:13 +0000 Subject: [PATCH] Synch with No Gnus (201102171201). --- auth-ja.texi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/auth-ja.texi b/auth-ja.texi index d79d70e..dd4c11b 100644 --- a/auth-ja.texi +++ b/auth-ja.texi @@ -121,7 +121,6 @@ machine @var{mymachine} login @var{myloginname} password @var{mypassword} port @ @code{port} は接続するポートまたはプロトコルです。 @code{auth-source-search} 検索における @var{:port} でもあります。 -@code{protocol} も使うことができます。 @code{user} はユーザー名です。@code{auth-source-search} 検索におけ る @var{:user} でもあります。@code{login} および @code{account} も使うこ @@ -169,8 +168,8 @@ password @var{mypassword} が、ディフォルトの最も簡潔な設定は次の通りです: @lisp -;;; 旧ディフォルト: :host と :protocol が必要だったが、もはや不要。 -(setq auth-sources '((:source "~/.authinfo.gpg" :host t :protocol t))) +;;; 旧ディフォルト: :host と :port が必要だったが、もはや不要。 +(setq auth-sources '((:source "~/.authinfo.gpg" :host t :port t))) ;;; ほぼ等価だが、より短い (後述の fallback についての記述を参照)。 (setq auth-sources '((:source "~/.authinfo.gpg"))) ;;; さらに短い @emph{ディフォルト}: -- 1.7.10.4