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 /doc/lispintro/emacs-lisp-intro.texi | |
| parent | 73b26103c8702823941b3ab6cda56befdac43857 (diff) | |
| download | emacs-a1539cd75999eb11c13404b9492bb9b3618e5af6.tar.gz | |
* emacs-lisp-intro.texi (edebug): Fix typo.
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
