# HG changeset patch # User ShengHuo ZHU # Date 1013889284 0 # Node ID bcde2eb5438ec2d546f50c0d0f97cdbbae79b0b8 # Parent 4dc261de6606bf99594026ed82f5b874284faa3b * gnus-msg.el (gnus-post-method): Fix doc. diff -r 4dc261de6606 -r bcde2eb5438e lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sat Feb 16 19:25:24 2002 +0000 +++ b/lisp/gnus/ChangeLog Sat Feb 16 19:54:44 2002 +0000 @@ -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 -r 4dc261de6606 -r bcde2eb5438e lisp/gnus/gnus-msg.el --- a/lisp/gnus/gnus-msg.el Sat Feb 16 19:25:24 2002 +0000 +++ b/lisp/gnus/gnus-msg.el Sat Feb 16 19:54:44 2002 +0000 @@ -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