diff options
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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". 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 |
