all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Allan Webber <creat0r@lingocomic.com>
Subject: Patch for typo in elisp intro
Date: Thu, 02 Sep 2004 18:19:29 -0500	[thread overview]
Message-ID: <1094167169.8250.8.camel@6-allhosts> (raw)

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

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

[-- Attachment #2: elisp-intro-typos.patch --]
[-- Type: text/x-patch, Size: 344 bytes --]

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))

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

             reply	other threads:[~2004-09-02 23:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-02 23:19 Christopher Allan Webber [this message]
2004-09-05 15:48 ` Patch for typo in elisp intro Robert J. Chassell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1094167169.8250.8.camel@6-allhosts \
    --to=creat0r@lingocomic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.