# HG changeset patch # User Chong Yidong # Date 1245004483 0 # Node ID 5ae71ac16ed0af5e224ce1eec7141343a53b8ef7 # Parent 3b5cf06e7df9aaa90e3bb603276025c8ac07ca1f * emacs-lisp-intro.texi (edebug): Fix typo. diff -r 3b5cf06e7df9 -r 5ae71ac16ed0 doc/lispintro/ChangeLog --- 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 + + * emacs-lisp-intro.texi (edebug): Fix typo. + 2009-02-22 Karl Berry * emacs-lisp-intro.texi (Default Configuration): fix dup word "by by". diff -r 3b5cf06e7df9 -r 5ae71ac16ed0 doc/lispintro/emacs-lisp-intro.texi --- 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