[gnus git] branch master updated: n0-17-497-gfb067bb =1= Fix up outdated Gnus Agent documentation
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fb067bb5883364be5288006266d6eb67225d96a7 (commit)
from b51a31dcb469849c4d4f0e6c62adfca5d7da4e41 (commit)
- Log -----------------------------------------------------------------
commit fb067bb5883364be5288006266d6eb67225d96a7
Author: Philipp Haselwarter <[email protected]>
Date: Mon Jan 30 23:55:10 2012 +0100
Fix up outdated Gnus Agent documentation
* 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'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9483e4f..e853de9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-30 Philipp Haselwarter <[email protected]> (tiny change)
+
+ * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
+ section in the manual.
+
2012-01-30 Lars Ingebrigtsen <[email protected]>
* rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index 70772bb..d730875 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -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)
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 7dba30d..e656b55 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-30 Philipp Haselwarter <[email protected]> (tiny change)
+
+ * gnus.texi (Agent Basics): Fix outdated description of
+ `gnus-agent-auto-agentize-methods'.
+
2012-01-06 Lars Magne Ingebrigtsen <[email protected]>
* gnus.texi (Group Parameters): Really note precedence.
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 8e9ea43..312a872 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -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
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-agent.el | 2 +-
texi/ChangeLog | 5 +++++
texi/gnus.texi | 5 ++---
4 files changed, 13 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project