Mercurial > hg > xemacs-beta
diff man/lispref/edebug-inc.texi @ 314:341dac730539 r21-0b55
Import from CVS: tag r21-0b55
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:22 +0200 |
parents | 70ad99077275 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/man/lispref/edebug-inc.texi Mon Aug 13 10:43:56 2007 +0200 +++ b/man/lispref/edebug-inc.texi Mon Aug 13 10:44:22 2007 +0200 @@ -355,7 +355,7 @@ is instrumented. It does this by calling @code{edebug-on-entry} and then switching to @code{go} mode. -Although the automatic instrumentating is convenient, it is not +Although the automatic instrumentation is convenient, it is not later automatically uninstrumented. @item h @@ -1411,7 +1411,7 @@ @cindex backquote (Edebug) Backquote (@kbd{`}) is a macro that results in an expression that may or may not be evaluated. It is often used to simplify the definition of a -macro to return an expression that is evaluted, but Edebug does not know +macro to return an expression that is evaluated, but Edebug does not know when this is the case. However, the forms inside unquotes (@code{,} and @code{,@@}) are evaluated and Edebug instruments them.