1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 15:00:34 -08:00

* emacs-lisp-intro.texi (edebug): Fix typo.

This commit is contained in:
Chong Yidong 2009-06-14 18:34:43 +00:00
parent 73b26103c8
commit a1539cd759
2 changed files with 5 additions and 1 deletions

View file

@ -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