diff options
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 |
