Fix up outdated Gnus Agent documentation
authorPhilipp Haselwarter <philipp.haselwarter@gmx.de>
Mon, 30 Jan 2012 22:55:10 +0000 (23:55 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 30 Jan 2012 22:55:10 +0000 (23:55 +0100)
* lisp/gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
section in the manual.

* texi/gnus.texi (Agent Basics): Fix outdated description of
`gnus-agent-auto-agentize-methods'.

lisp/ChangeLog
lisp/gnus-agent.el
texi/ChangeLog
texi/gnus.texi

index 9483e4f..e853de9 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
+
+       * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
+       section in the manual.
+
 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
index 70772bb..d730875 100644 (file)
@@ -186,7 +186,7 @@ When found, offer to remove them."
 (defcustom gnus-agent-auto-agentize-methods nil
   "Initially, all servers from these methods are agentized.
 The user may remove or add servers using the Server buffer.
-See Info node `(gnus)Server Buffer'."
+See Info nodes `(gnus)Server Buffer', `(gnus)Agent Variables'."
   :version "22.1"
   :type '(repeat symbol)
   :group 'gnus-agent)
index 7dba30d..e656b55 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
+
+       * gnus.texi (Agent Basics): Fix outdated description of
+       `gnus-agent-auto-agentize-methods'.
+
 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Group Parameters): Really note precedence.
index 8e9ea43..312a872 100644 (file)
@@ -18236,8 +18236,7 @@ Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
 @kbd{J a} on the server (or servers) that you wish to have covered by the
 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
 added servers you do not wish to have covered by the Agent.  By default,
-all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
-@code{gnus-secondary-select-methods} are agentized.
+no servers are agentized.
 
 @item
 Decide on download policy.  It's fairly simple once you decide whether
@@ -19263,7 +19262,7 @@ to agentize remote back ends.  The auto-agentizing has the same effect
 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
 If the file exist, you must manage the servers manually by adding or
 removing them, this variable is only applicable the first time you
-start Gnus.  The default is @samp{(nntp nnimap)}.
+start Gnus.  The default is @samp{nil}.
 
 @end table