* gnus.texi (Agent Commands): Use gnus-agent-batch instead of
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 17 Jan 2002 07:39:06 +0000 (07:39 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 17 Jan 2002 07:39:06 +0000 (07:39 +0000)
gnus-agent-batch-fetch.

texi/ChangeLog
texi/gnus.texi

index ad18e66..385986f 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Agent Commands): Use gnus-agent-batch instead of
+       gnus-agent-batch-fetch.
+
 2002-01-15 Tue  Jari Aalto  <jari.aalto@poboxes.com>
 
        * gnus.texi (Really Various Summary Commands): Added commands how
index be0a170..2c0eba8 100644 (file)
@@ -16281,12 +16281,12 @@ toggles the plugged/unplugged state of the Gnus Agent.
 * Server Agent Commands::       
 @end menu
 
-You can run a complete batch fetch from the command line with the
+You can run a complete batch command from the command line with the
 following incantation:
 
-@cindex gnus-agent-batch-fetch
+@cindex gnus-agent-batch
 @example
-$ emacs -batch -l ~/.gnus.el -f gnus-agent-batch-fetch
+$ emacs -batch -l ~/.gnus.el -f gnus-agent-batch
 @end example