(gnus-format): Change customize group to gnus.
authorJesper Harder <harder@ifa.au.dk>
Tue, 21 Jan 2003 02:29:19 +0000 (02:29 +0000)
committerJesper Harder <harder@ifa.au.dk>
Tue, 21 Jan 2003 02:29:19 +0000 (02:29 +0000)
(gnus-cache): Add link.
(gnus-group-charter-alist): Fix docstring.

lisp/ChangeLog
lisp/gnus.el

index c40208a..46e4a9a 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-21  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.el (gnus-format): Change customize group to gnus.
+       (gnus-cache): Add link.
+       (gnus-group-charter-alist): Fix docstring.
+
 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
 
        * mailcap.el (mailcap-print-command): lpr-command might be
index 3cf6c77..47c9829 100644 (file)
@@ -1,7 +1,7 @@
 ;;; gnus.el --- a newsreader for GNU Emacs
 
 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997,
-;; 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+;; 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
 ;;     Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -46,8 +46,7 @@
 
 (defgroup gnus-format nil
   "Dealing with formatting issues."
-  :group 'news
-  :group 'mail)
+  :group 'gnus)
 
 (defgroup gnus-charset nil
   "Group character set issues."
@@ -57,6 +56,7 @@
 
 (defgroup gnus-cache nil
   "Cache interface."
+  :link '(custom-manual "(gnus)Article Caching")
   :group 'gnus)
 
 (defgroup gnus-start nil
@@ -1304,7 +1304,7 @@ If the default site is too slow, try one of these:
     ("netins" . (concat "http://www.netins.net/usenet/charter/" 
                        (gnus-replace-in-string name "\\." "-") "-charter.html")))
   "*An alist of (HIERARCHY . FORM) pairs used to construct the URL of a charter.
-  When FORM is evaluated `name' is bound to the name of the group."
+When FORM is evaluated `name' is bound to the name of the group."
   :group 'gnus-group-various
   :type '(repeat (cons (string :tag "Hierarchy") (sexp :tag "Form"))))