From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56441 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.gnus.general Subject: custom-manual typos Date: Fri, 27 Feb 2004 09:50:35 +1000 Organization: Bah Humbug Sender: ding-owner@lists.math.uh.edu Message-ID: <871xohmmd0.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1077839672 30331 80.91.224.253 (26 Feb 2004 23:54:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Feb 2004 23:54:32 +0000 (UTC) Original-X-From: ding-owner+M4982@lists.math.uh.edu Fri Feb 27 00:54:25 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AwVKi-0003Kf-00 for ; Fri, 27 Feb 2004 00:54:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AwVHp-0006vk-00; Thu, 26 Feb 2004 17:51:25 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AwVHg-0006vc-00 for ding@lists.math.uh.edu; Thu, 26 Feb 2004 17:51:16 -0600 Original-Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by justine.libertine.org (Postfix) with ESMTP id 1F1F13A0027 for ; Thu, 26 Feb 2004 17:51:13 -0600 (CST) Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1QNp7AK025559 for ; Fri, 27 Feb 2004 10:51:07 +1100 Original-Received: from localhost (ppp149.dyn11.pacific.net.au [61.8.11.149]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1QNp1cg023184 for ; Fri, 27 Feb 2004 10:51:06 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1AwVH3-0006Sy-00; Fri, 27 Feb 2004 09:50:37 +1000 Original-To: ding@gnus.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56441 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56441 --=-=-= A few customize manual links that seem to have bit rotted, * 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. --=-=-= Content-Disposition: inline; filename=gnus.el.manual.diff --- gnus.el.~7.12.~ 2004-02-27 09:36:50.000000000 +1000 +++ gnus.el 2004-02-27 09:37:31.000000000 +1000 @@ -70,7 +70,7 @@ (defgroup gnus-start-server nil ;; 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 @@ -111,7 +111,7 @@ (defgroup gnus-group-various 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 @@ -155,7 +155,7 @@ (defgroup gnus-summary-mail 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 --=-=-= Content-Disposition: inline; filename=gnus-art.el.manual.diff --- gnus-art.el.~7.18.~ 2004-02-27 09:48:39.000000000 +1000 +++ gnus-art.el 2004-02-27 09:49:06.000000000 +1000 @@ -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 @@ -50,7 +50,7 @@ (autoload 'ansi-color-apply-on-region "a (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 --=-=-= Content-Disposition: inline; filename=mm-decode.el.manual.diff Index: mm-decode.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/mm-decode.el,v retrieving revision 7.3 diff -u -u -F^( -r7.3 mm-decode.el --- mm-decode.el 15 Jan 2004 10:59:39 -0000 7.3 +++ mm-decode.el 26 Feb 2004 23:45:28 -0000 @@ -41,7 +41,7 @@ (add-hook 'gnus-exit-gnus-hook 'mm-destr (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-display () (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) --=-=-=--