]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 6eb7604b05abff1e2992b6410db7898f08fe3e92..f0c75f1743cbf7c93042d45b2c13f23394d71cdd 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 7c53d90d4c312e1da70a114db778c2bbb7d1ec6b..996fd3d58fea5d149250adcad49d34ce2e6b1e2b 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