diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-08 13:23:50 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-08 13:23:50 -0800 |
commit | 09a7c0fe672cbcbbc654262b0708b3dc71bc8820 (patch) | |
tree | acdd8a78d13ba59b309197b4022bc63b3d8fc21c /src/eval.c | |
parent | 83a5a2c877e0208cfcfaa9bb84b26366a1b48fad (diff) | |
download | emacs-09a7c0fe672cbcbbc654262b0708b3dc71bc8820.tar.gz |
Spelling fixes.
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 81666830f4e..1dca9295cfb 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3597,7 +3597,7 @@ NFRAMES and BASE specify the activation frame to use, as in `backtrace-frame'. /* The specpdl entries normally contain the symbol being bound along with its `old_value', so it can be restored. The new value to which it is bound is available in one of two places: either in the current value of the - variable (if it hasn't been rebount yet) or in the `old_value' slot of the + variable (if it hasn't been rebound yet) or in the `old_value' slot of the next specpdl entry for it. `backtrace_eval_unrewind' happens to swap the role of `old_value' and "new value", so we abuse it here, to fetch the new value. |