Use :port instead of :protocol for all auth-source docs.
authorTed Zlatanov <tzz@lifelogs.com>
Thu, 17 Feb 2011 12:01:37 +0000 (06:01 -0600)
committerTed Zlatanov <tzz@lifelogs.com>
Thu, 17 Feb 2011 12:01:37 +0000 (06:01 -0600)
* auth.texi (Help for users): Use :port instead of :protocol for all
auth-source docs.

texi/ChangeLog
texi/auth.texi

index 41e8909..20025a0 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth.texi (Help for users): Use :port instead of :protocol for all
+       auth-source docs.
+
 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth.texi (Help for users): Login collection is "Login" and not "login".
index d1208d5..619320a 100644 (file)
@@ -105,8 +105,7 @@ It's known as @var{:host} in @code{auth-source-search} queries.  You
 can also use @code{host}.
 
 The @code{port} is the connection port or protocol.  It's known as
-@var{:port} in @code{auth-source-search} queries.  You can also use
-@code{protocol}.
+@var{:port} in @code{auth-source-search} queries.
 
 The @code{user} is the user name.  It's known as @var{:user} in
 @code{auth-source-search} queries.  You can also use @code{login} and
@@ -155,8 +154,8 @@ particular host and protocol.  While you can get fancy, the default
 and simplest configuration is:
 
 @lisp
-;;; old default: required :host and :protocol, not needed anymore
-(setq auth-sources '((:source "~/.authinfo.gpg" :host t :protocol t)))
+;;; old default: required :host and :port, not needed anymore
+(setq auth-sources '((:source "~/.authinfo.gpg" :host t :port t)))
 ;;; mostly equivalent (see below about fallbacks) but shorter:
 (setq auth-sources '((:source "~/.authinfo.gpg")))
 ;;; even shorter and the @emph{default}: