unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Patch for typo in elisp intro
@ 2004-09-02 23:19 Christopher Allan Webber
  2004-09-05 15:48 ` Robert J. Chassell
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Allan Webber @ 2004-09-02 23:19 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch for typo in elisp intro
  2004-09-02 23:19 Patch for typo in elisp intro Christopher Allan Webber
@ 2004-09-05 15:48 ` Robert J. Chassell
  0 siblings, 0 replies; 2+ messages in thread
From: Robert J. Chassell @ 2004-09-05 15:48 UTC (permalink / raw)
  Cc: emacs-devel

Thanks!  I have made the correction and commited the change.  Please
tell me of any other mistakes you find.

-- 
    Robert J. Chassell                         
    bob@rattlesnake.com                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-05 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-02 23:19 Patch for typo in elisp intro Christopher Allan Webber
2004-09-05 15:48 ` Robert J. Chassell

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).