# HG changeset patch # User Chong Yidong # Date 1174156720 0 # Node ID f3812ac393ec37c7e7623fcd27eaec362a97696e # Parent b111bd271cc35ea906e8e6d6f11de496b31f8c0f (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 . diff -r b111bd271cc3 -r f3812ac393ec man/gnus.texi --- 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