changeset 76503:f3812ac393ec

(Mail and Post): Update documentation for gnus-user-agent. The variable now uses a list of symbols instead of just a symbol. Reported by Christoph Conrad <christoph.conrad@gmx.de>.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Mar 2007 18:38:40 +0000
parents b111bd271cc3
children 793bae12d5ec
files man/gnus.texi
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/man/gnus.texi	Sat Mar 17 18:37:07 2007 +0000
+++ b/man/gnus.texi	Sat Mar 17 18:38:40 2007 +0000
@@ -11799,12 +11799,12 @@
 @cindex User-Agent
 
 This variable controls which information should be exposed in the
-User-Agent header.  It can be one of the symbols @code{gnus} (show only
-Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
-@code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
-configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
-system type) or a custom string.  If you set it to a string, be sure to
-use a valid format, see RFC 2616.
+User-Agent header.  It can be a list of symbols or a string.  Valid
+symbols are @code{gnus} (show Gnus version) and @code{emacs} (show Emacs
+version).  In addition to the Emacs version, you can add @code{codename}
+(show (S)XEmacs codename) or either @code{config} (show system
+configuration) or @code{type} (show system type).  If you set it to a
+string, be sure to use a valid format, see RFC 2616.
 
 @end table