From a1539cd75999eb11c13404b9492bb9b3618e5af6 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 14 Jun 2009 18:34:43 +0000 Subject: [PATCH] * emacs-lisp-intro.texi (edebug): Fix typo. --- doc/lispintro/ChangeLog | 4 ++++ doc/lispintro/emacs-lisp-intro.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 6eb7604b05a..f0c75f1743c 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -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 --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 7c53d90d4c3..996fd3d58fe 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -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 -- 2.39.2