* emacs-lisp-intro.texi (edebug): Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 14 Jun 2009 18:34:43 +0000 (18:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 14 Jun 2009 18:34:43 +0000 (18:34 +0000)
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi

index 6eb7604..f0c75f1 100644 (file)
@@ -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".
index 7c53d90..996fd3d 100644 (file)
@@ -18790,7 +18790,7 @@ after the function's closing parenthesis and typing @kbd{C-x C-e}
 (@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