]> code.delx.au - gnu-emacs/blobdiff - lispref/edebug.texi
Merged in changes from CVS HEAD
[gnu-emacs] / lispref / edebug.texi
index 68a46a8cb4890255a7b5471460dda93eef79d00d..5520852c1a37fcf6dbe1919d0b0ab42c3615d243 100644 (file)
@@ -1381,7 +1381,7 @@ all begin with the same symbol, you can usually work around this
 constraint by factoring the symbol out of the alternatives, e.g.,
 @code{["foo" &or [first case] [second case] ...]}.
 
-Most needs are satisfied by these two ways that bactracking is
+Most needs are satisfied by these two ways that backtracking is
 automatically disabled, but occasionally it is useful to explicitly
 disable backtracking by using the @code{gate} specification.  This is
 useful when you know that no higher alternatives could apply.  See the