Mercurial > hg > xemacs-beta
diff src/eval.c @ 1960:f4702ef3fd36
[xemacs-hg @ 2004-03-20 13:05:53 by adrian]
xemacs-21.5: typo fixes for src/eval.c
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2004-03-20 Adrian Aichner <adrian@xemacs.org>
* eval.c: Typo fixes.
author | adrian |
---|---|
date | Sat, 20 Mar 2004 13:05:56 +0000 |
parents | 31d5f86eb303 |
children | e9aa19426bc9 |
line wrap: on
line diff
--- a/src/eval.c Sat Mar 20 12:51:25 2004 +0000 +++ b/src/eval.c Sat Mar 20 13:05:56 2004 +0000 @@ -56,7 +56,7 @@ The only exception is the alloc.c module, which implements the framework upon which this module (eval.c) works. alloc.c works with creating the actual Lisp objects themselves and garbage - collecting them as necessary, preseting a nice, high-level + collecting them as necessary, presenting a nice, high-level interface for object creation, deletion, access, and modification. The only other exception that could be cited is the event-handling @@ -73,7 +73,7 @@ functions such as `command-loop-1', a Lisp function. As the Lisp engine is doing its thing, it maintains the state of - the engine primarily in five list-like items, with are: + the engine primarily in five list-like items, which are: -- the backtrace list -- the catchtag list