Thanks to Kevin Ryde.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 27 Feb 2004 00:30:59 +0000 (00:30 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 27 Feb 2004 00:30:59 +0000 (00:30 +0000)
* gnus.el (gnus-group, gnus-summary, gnus-summary-sort): Corrections to
 custom-manual links.
* gnus-art.el (gnus-article): Ditto.
* mm-decode.el (mime-display, mime-security): Ditto.

lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus.el
lisp/mm-decode.el

index 08128a0..2beac5e 100644 (file)
@@ -1,3 +1,12 @@
+2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
+
+       * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
+       Corrections to custom-manual links.
+
+       * gnus-art.el (gnus-article): Ditto.
+
+       * mm-decode.el (mime-display, mime-security): Ditto.
+
 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
 
        * flow-fill.el: Typo.
index 258826e..1ec1207 100644 (file)
@@ -1,5 +1,5 @@
 ;;; gnus-art.el --- article mode commands for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 ;;        Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -50,7 +50,7 @@
 
 (defgroup gnus-article nil
   "Article display."
-  :link '(custom-manual "(gnus)The Article Buffer")
+  :link '(custom-manual "(gnus)Article Buffer")
   :group 'gnus)
 
 (defgroup gnus-article-treat nil
index 91b85a5..c922023 100644 (file)
@@ -70,7 +70,7 @@
 ;; These belong to gnus-group.el.
 (defgroup gnus-group nil
   "Group buffers."
-  :link '(custom-manual "(gnus)The Group Buffer")
+  :link '(custom-manual "(gnus)Group Buffer")
   :group 'gnus)
 
 (defgroup gnus-group-foreign nil
 ;; These belong to gnus-sum.el.
 (defgroup gnus-summary nil
   "Summary buffers."
-  :link '(custom-manual "(gnus)The Summary Buffer")
+  :link '(custom-manual "(gnus)Summary Buffer")
   :group 'gnus)
 
 (defgroup gnus-summary-exit nil
 
 (defgroup gnus-summary-sort nil
   "Sorting the summary buffer."
-  :link '(custom-manual "(gnus)Sorting")
+  :link '(custom-manual "(gnus)Summary Sorting")
   :group 'gnus-summary)
 
 (defgroup gnus-summary-visual nil
index 5cdd171..6f278ed 100644 (file)
@@ -41,7 +41,7 @@
 
 (defgroup mime-display ()
   "Display of MIME in mail and news articles."
-  :link '(custom-manual "(emacs-mime)Customization")
+  :link '(custom-manual "(emacs-mime)Display Customization")
   :version "21.1"
   :group 'mail
   :group 'news
@@ -49,7 +49,7 @@
 
 (defgroup mime-security ()
   "MIME security in mail and news articles."
-  :link '(custom-manual "(emacs-mime)Customization")
+  :link '(custom-manual "(emacs-mime)Display Customization")
   :group 'mail
   :group 'news
   :group 'multimedia)