aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/edebug.texi
diff options
context:
space:
mode:
authorChong Yidong2010-05-03 18:01:23 -0400
committerChong Yidong2010-05-03 18:01:23 -0400
commitda0bbbc4e336566be28cc99dce4b155d4a9a194f (patch)
treeb8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/lispref/edebug.texi
parentf034e1762ba3824627494e479a47189ec62db6d1 (diff)
downloademacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.tar.gz
emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.zip
Fix typos (Bug#6094). From Štěpán Němec.
Diffstat (limited to 'doc/lispref/edebug.texi')
-rw-r--r--doc/lispref/edebug.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index c68b342c5e6..fba83980cd1 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -186,7 +186,7 @@ instrument any top-level form regardless of the values of
186 186
187 While Edebug is active, the command @kbd{I} 187 While Edebug is active, the command @kbd{I}
188(@code{edebug-instrument-callee}) instruments the definition of the 188(@code{edebug-instrument-callee}) instruments the definition of the
189function or macro called by the list form after point, if is not already 189function or macro called by the list form after point, if it is not already
190instrumented. This is possible only if Edebug knows where to find the 190instrumented. This is possible only if Edebug knows where to find the
191source for that function; for this reason, after loading Edebug, 191source for that function; for this reason, after loading Edebug,
192@code{eval-region} records the position of every definition it 192@code{eval-region} records the position of every definition it