From: Chong Yidong Date: Sat, 17 Mar 2007 18:38:40 +0000 (+0000) Subject: (Mail and Post): Update documentation for gnus-user-agent. X-Git-Tag: emacs-pretest-22.0.96~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed1dace6c7992221ad4574587c6bdc976f0e4b1f;p=emacs.git (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 --git a/man/gnus.texi b/man/gnus.texi index e2adfae2253..2ca1d225786 100644 --- a/man/gnus.texi +++ b/man/gnus.texi @@ -11799,12 +11799,12 @@ still a pain, though. @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