diff options
| author | Chong Yidong | 2009-06-14 18:34:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-06-14 18:34:43 +0000 |
| commit | a1539cd75999eb11c13404b9492bb9b3618e5af6 (patch) | |
| tree | 7dd20346e9fef14f732b9e56e1f9c38c703aba15 | |
| parent | 73b26103c8702823941b3ab6cda56befdac43857 (diff) | |
| download | emacs-a1539cd75999eb11c13404b9492bb9b3618e5af6.tar.gz emacs-a1539cd75999eb11c13404b9492bb9b3618e5af6.zip | |
* 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 @@ | |||
| 1 | 2009-06-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi (edebug): Fix typo. | ||
| 4 | |||
| 1 | 2009-02-22 Karl Berry <karl@gnu.org> | 5 | 2009-02-22 Karl Berry <karl@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp-intro.texi (Default Configuration): fix dup word "by by". | 7 | * 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} | |||
| 18790 | (@code{eval-last-sexp}) or else by positioning your cursor within the | 18790 | (@code{eval-last-sexp}) or else by positioning your cursor within the |
| 18791 | definition and typing @kbd{C-M-x} (@code{eval-defun}). (By default, | 18791 | definition and typing @kbd{C-M-x} (@code{eval-defun}). (By default, |
| 18792 | the @code{eval-defun} command works only in Emacs Lisp mode or in Lisp | 18792 | the @code{eval-defun} command works only in Emacs Lisp mode or in Lisp |
| 18793 | Interactive mode.) | 18793 | Interaction mode.) |
| 18794 | 18794 | ||
| 18795 | @need 1500 | 18795 | @need 1500 |
| 18796 | However, to prepare this function definition for Edebug, you must | 18796 | However, to prepare this function definition for Edebug, you must |