diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-16 01:48:11 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-16 01:48:11 +0000 |
commit | 3e7274ae13f33317b965f0faafcde11a26c75ecf (patch) | |
tree | 936ec384b97a51c1ac20764a79938a589fa290e2 /lispref/edebug.texi | |
parent | 637692f4345117fc4c226ae2529d40097c258775 (diff) | |
download | emacs-3e7274ae13f33317b965f0faafcde11a26c75ecf.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/edebug.texi')
-rw-r--r-- | lispref/edebug.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/edebug.texi b/lispref/edebug.texi index 68a46a8cb48..5520852c1a3 100644 --- a/lispref/edebug.texi +++ b/lispref/edebug.texi @@ -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 |