From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: doc programs ccmode xref Date: Sat, 22 Nov 2003 06:26:17 +1000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87k75tqxhy.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1069446731 29237 80.91.224.253 (21 Nov 2003 20:32:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2003 20:32:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Nov 21 21:32:09 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ANHwn-0004Se-00 for ; Fri, 21 Nov 2003 21:32:09 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ANHwn-0007nJ-00 for ; Fri, 21 Nov 2003 21:32:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ANIpo-0004fz-KM for emacs-devel@quimby.gnus.org; Fri, 21 Nov 2003 16:29:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ANIpe-0004fZ-AD for emacs-devel@gnu.org; Fri, 21 Nov 2003 16:28:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ANIp7-0004WS-5e for emacs-devel@gnu.org; Fri, 21 Nov 2003 16:28:49 -0500 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ANIp6-0004Vc-7e for emacs-devel@gnu.org; Fri, 21 Nov 2003 16:28:16 -0500 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id hALKQji0021793 for ; Sat, 22 Nov 2003 07:26:45 +1100 Original-Received: from localhost (ppp100.dyn228.pacific.net.au [203.143.228.100]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id hALKP1MX024439 for ; Sat, 22 Nov 2003 07:25:01 +1100 Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1ANHr8-00026m-00; Sat, 22 Nov 2003 06:26:18 +1000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18021 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18021 --=-=-= A misplaced comma, leading to an empty filename part in the link: * programs.texi (C Modes): Correction to ccmode cross reference. --=-=-= Content-Disposition: attachment; filename=programs.texi.ccmode-xref.diff *** programs.texi.~1.78.~ Thu Jan 1 10:00:01 1970 --- programs.texi Sat Nov 22 06:19:55 2003 *************** *** 1398,1405 **** This section gives a brief description of the special features available in C, C++, Objective-C, Java, CORBA IDL, and Pike modes. ! (These are called ``C mode and related modes.'') @xref{Top, CC Mode, ! ccmode, , CC Mode}, for a more extensive description of these modes and their special features. @menu --- 1398,1405 ---- This section gives a brief description of the special features available in C, C++, Objective-C, Java, CORBA IDL, and Pike modes. ! (These are called ``C mode and related modes.'') @xref{Top, , CC Mode, ! ccmode, CC Mode}, for a more extensive description of these modes and their special features. @menu --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel --=-=-=--