From: yamaoka Date: Fri, 27 Feb 2004 00:34:04 +0000 (+0000) Subject: Synch to No Gnus 200402270031. X-Git-Tag: t-gnus-6_17_4-quimby-~1057 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=642f29dfafd04a52c02e177a7ec577e1757d8268;p=elisp%2Fgnus.git- Synch to No Gnus 200402270031. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 08128a0..2beac5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-02-27 Kevin Ryde (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 * flow-fill.el: Typo. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 4f8d463..a90a14c 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -1,5 +1,5 @@ ;;; gnus-art.el --- article mode commands for Semi-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 @@ -64,7 +64,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 diff --git a/lisp/gnus.el b/lisp/gnus.el index 6dce09b..2f9cc0d 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -75,7 +75,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 @@ -116,7 +116,7 @@ ;; 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 @@ -160,7 +160,7 @@ (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 diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index ae14a5c..a359dfd 100644 --- a/lisp/mm-decode.el +++ b/lisp/mm-decode.el @@ -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)