diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-14 18:34:43 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-14 18:34:43 +0000 |
| commit | a1539cd75999eb11c13404b9492bb9b3618e5af6 (patch) | |
| tree | 7dd20346e9fef14f732b9e56e1f9c38c703aba15 | |
| parent | 73b26103c8702823941b3ab6cda56befdac43857 (diff) | |
| download | emacs-a1539cd75999eb11c13404b9492bb9b3618e5af6.tar.gz | |
* emacs-lisp-intro.texi (edebug): Fix typo.
| -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 |
