diff options
| author | Chong Yidong | 2010-05-03 18:01:23 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-03 18:01:23 -0400 |
| commit | da0bbbc4e336566be28cc99dce4b155d4a9a194f (patch) | |
| tree | b8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/lispref/edebug.texi | |
| parent | f034e1762ba3824627494e479a47189ec62db6d1 (diff) | |
| download | emacs-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.texi | 2 |
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 |
| 189 | function or macro called by the list form after point, if is not already | 189 | function or macro called by the list form after point, if it is not already |
| 190 | instrumented. This is possible only if Edebug knows where to find the | 190 | instrumented. This is possible only if Edebug knows where to find the |
| 191 | source for that function; for this reason, after loading Edebug, | 191 | source 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 |