aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2013-12-08 13:23:50 -0800
committerPaul Eggert2013-12-08 13:23:50 -0800
commit09a7c0fe672cbcbbc654262b0708b3dc71bc8820 (patch)
treeacdd8a78d13ba59b309197b4022bc63b3d8fc21c /src
parent83a5a2c877e0208cfcfaa9bb84b26366a1b48fad (diff)
downloademacs-09a7c0fe672cbcbbc654262b0708b3dc71bc8820.tar.gz
emacs-09a7c0fe672cbcbbc654262b0708b3dc71bc8820.zip
Spelling fixes.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.34
-rw-r--r--src/eval.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index fb1b96f738c..ff0f4bf7ae8 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -12845,8 +12845,8 @@
12845 longer DEFVARed: they are already declared in window.c. 12845 longer DEFVARed: they are already declared in window.c.
12846 12846
12847 * screen.c (window_from_coordinates): Use Fnext_window, even if 12847 * screen.c (window_from_coordinates): Use Fnext_window, even if
12848 MULTI_SCREEN, to obtain the next window. This is an test. 12848 MULTI_SCREEN, to obtain the next window. This is a test.
12849 Also, new paramater part returns text or modeline symbol. 12849 Also, new parameter part returns text or modeline symbol.
12850 (Flocate_window_from_coordinates): Pass &part to 12850 (Flocate_window_from_coordinates): Pass &part to
12851 window_from_coordinates. 12851 window_from_coordinates.
12852 (coordinates_in_window): Don't say modeline if window_height is 1, 12852 (coordinates_in_window): Don't say modeline if window_height is 1,
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'.
3597 /* The specpdl entries normally contain the symbol being bound along with its 3597 /* The specpdl entries normally contain the symbol being bound along with its
3598 `old_value', so it can be restored. The new value to which it is bound is 3598 `old_value', so it can be restored. The new value to which it is bound is
3599 available in one of two places: either in the current value of the 3599 available in one of two places: either in the current value of the
3600 variable (if it hasn't been rebount yet) or in the `old_value' slot of the 3600 variable (if it hasn't been rebound yet) or in the `old_value' slot of the
3601 next specpdl entry for it. 3601 next specpdl entry for it.
3602 `backtrace_eval_unrewind' happens to swap the role of `old_value' 3602 `backtrace_eval_unrewind' happens to swap the role of `old_value'
3603 and "new value", so we abuse it here, to fetch the new value. 3603 and "new value", so we abuse it here, to fetch the new value.