* 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 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.