From: ShengHuo ZHU Date: Sat, 16 Feb 2002 19:55:58 +0000 (+0000) Subject: * gnus-msg.el (gnus-post-method): Fix doc. X-Git-Tag: emacs-21.2~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=504d2cb91283b836ed37b97ad47b4a4d873ba45e;p=emacs.git * gnus-msg.el (gnus-post-method): Fix doc. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 68eb1e88ab7..f76349469a4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,4 +1,6 @@ -2002-02-17 ShengHuo ZHU +2002-02-16 ShengHuo ZHU + + * gnus-msg.el (gnus-post-method): Fix doc. * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too. diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 9c834ab12b0..ff0e3e25a48 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -37,21 +37,21 @@ (defcustom gnus-post-method 'current "*Preferred method for posting USENET news. -If this variable is `current', Gnus will use the \"current\" select -method when posting. If it is nil (which is the default), Gnus will -use the native select method when posting. +If this variable is `current' (which is the default), Gnus will use +the \"current\" select method when posting. If it is `native', Gnus +will use the native select method when posting. This method will not be used in mail groups and the like, only in \"real\" newsgroups. -If not nil nor `native', the value must be a valid method as discussed +If not `native' nor `current', the value must be a valid method as discussed in the documentation of `gnus-select-method'. It can also be a list of methods. If that is the case, the user will be queried for what select method to use when posting." :group 'gnus-group-foreign - :type `(choice (const nil) - (const current) - (const native) + :link '(custom-manual "(gnus)Posting Server") + :type `(choice (const native) + (const current) (sexp :tag "Methods" ,gnus-select-method))) (defvar gnus-outgoing-message-group nil