]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus-msg.el (gnus-post-method): Fix doc.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 16 Feb 2002 19:55:58 +0000 (19:55 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 16 Feb 2002 19:55:58 +0000 (19:55 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-msg.el

index 68eb1e88ab747d9bcf8ead8f2f4d5482ff887562..f76349469a49dc255a591112ce3ac03dca0f1df3 100644 (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.
 
index 9c834ab12b0231cb09f8630c7bacc00dd1296433..ff0e3e25a48bd38b69697b4c9b09f210a29881d6 100644 (file)
 (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