changeset 103421:5ae71ac16ed0

* emacs-lisp-intro.texi (edebug): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 14 Jun 2009 18:34:43 +0000
parents 3b5cf06e7df9
children 591af7ba061b
files doc/lispintro/ChangeLog doc/lispintro/emacs-lisp-intro.texi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispintro/ChangeLog	Sun Jun 14 06:12:34 2009 +0000
+++ b/doc/lispintro/ChangeLog	Sun Jun 14 18:34:43 2009 +0000
@@ -1,3 +1,7 @@
+2009-06-14  Chong Yidong  <cyd@stupidchicken.com>
+
+	* emacs-lisp-intro.texi (edebug): Fix typo.
+
 2009-02-22  Karl Berry  <karl@gnu.org>
 
 	* emacs-lisp-intro.texi (Default Configuration): fix dup word "by by".
--- a/doc/lispintro/emacs-lisp-intro.texi	Sun Jun 14 06:12:34 2009 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi	Sun Jun 14 18:34:43 2009 +0000
@@ -18790,7 +18790,7 @@
 (@code{eval-last-sexp}) or else by positioning your cursor within the
 definition and typing @kbd{C-M-x} (@code{eval-defun}).  (By default,
 the @code{eval-defun} command works only in Emacs Lisp mode or in Lisp
-Interactive mode.)
+Interaction mode.)
 
 @need 1500
 However, to prepare this function definition for Edebug, you must