1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* gnus-msg.el (gnus-post-method): Fix doc.

This commit is contained in:
ShengHuo ZHU 2002-02-16 19:54:44 +00:00
parent 9005a471f2
commit e818c17fe3
2 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,6 @@
2002-02-17 ShengHuo ZHU <zsh@cs.rochester.edu> 2002-02-16 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-msg.el (gnus-post-method): Fix doc.
* gnus-sum.el (gnus-rebuild-thread): Count hidden lines too. * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.

View File

@ -37,21 +37,21 @@
(defcustom gnus-post-method 'current (defcustom gnus-post-method 'current
"*Preferred method for posting USENET news. "*Preferred method for posting USENET news.
If this variable is `current', Gnus will use the \"current\" select If this variable is `current' (which is the default), Gnus will use
method when posting. If it is nil (which is the default), Gnus will the \"current\" select method when posting. If it is `native', Gnus
use the native select method when posting. will use the native select method when posting.
This method will not be used in mail groups and the like, only in This method will not be used in mail groups and the like, only in
\"real\" newsgroups. \"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 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 methods. If that is the case, the user will be queried for what select
method to use when posting." method to use when posting."
:group 'gnus-group-foreign :group 'gnus-group-foreign
:type `(choice (const nil) :link '(custom-manual "(gnus)Posting Server")
(const current) :type `(choice (const native)
(const native) (const current)
(sexp :tag "Methods" ,gnus-select-method))) (sexp :tag "Methods" ,gnus-select-method)))
(defvar gnus-outgoing-message-group nil (defvar gnus-outgoing-message-group nil