From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.emacs.devel Subject: Patch for typo in elisp intro Date: Thu, 02 Sep 2004 18:19:29 -0500 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <1094167169.8250.8.camel@6-allhosts> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-bcaG83IdQMjnIVLJeAc4" X-Trace: sea.gmane.org 1094163211 26520 80.91.224.253 (2 Sep 2004 22:13:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Sep 2004 22:13:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 03 00:13:23 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C2zpa-0001nk-00 for ; Fri, 03 Sep 2004 00:13:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2zua-0000yI-5I for ged-emacs-devel@m.gmane.org; Thu, 02 Sep 2004 18:18:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2zuT-0000yD-KB for emacs-devel@gnu.org; Thu, 02 Sep 2004 18:18:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2zuS-0000y1-Sp for emacs-devel@gnu.org; Thu, 02 Sep 2004 18:18:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2zuR-0000xy-Q9 for emacs-devel@gnu.org; Thu, 02 Sep 2004 18:18:24 -0400 Original-Received: from [209.123.85.17] (helo=python.dns-nac-zone.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C2zp7-0005pP-H0 for emacs-devel@gnu.org; Thu, 02 Sep 2004 18:12:53 -0400 Original-Received: from mer-231-102.mer-resnet.depaul.edu ([140.192.231.102]) by python.dns-nac-zone.com with esmtp (Exim 4.34) id 1C2zp6-0000bE-OI for emacs-devel@gnu.org; Thu, 02 Sep 2004 18:12:52 -0400 Original-To: emacs-devel@gnu.org X-Mailer: Ximian Evolution 1.4.6 X-PopBeforeSMTPSenders: creat0r@lingocomic.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - python.dns-nac-zone.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lingocomic.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26741 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26741 --=-bcaG83IdQMjnIVLJeAc4 Content-Type: text/plain Content-Transfer-Encoding: 7bit Like the title says... I found a typo in the Introduction To Elisp file. It isn't anything that would send anyone into the largest perils of confusion, but one of the examples didn't have closed parentheses. I think I found another typo earlier too, but I forgot to write it down. Also of note is that I'm no good at making patch files, so I just used the CVS command of "diff". I hope I did it right. Christopher Allan Webber | The bottom line --=-bcaG83IdQMjnIVLJeAc4 Content-Disposition: attachment; filename=elisp-intro-typos.patch Content-Type: text/x-patch; name=elisp-intro-typos.patch; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 7bit Index: emacs/lispintro/emacs-lisp-intro.texi =================================================================== RCS file: /cvsroot/emacs/emacs/lispintro/emacs-lisp-intro.texi,v retrieving revision 1.25 diff -r1.25 emacs-lisp-intro.texi 6091c6091 < (* (buffer-size) (prefix-numeric-value arg) --- > (* (buffer-size) (prefix-numeric-value arg)) --=-bcaG83IdQMjnIVLJeAc4 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://lists.gnu.org/mailman/listinfo/emacs-devel --=-bcaG83IdQMjnIVLJeAc4--