diff lisp/cl-macs.el @ 2297:13a418960a88

[xemacs-hg @ 2004-09-22 02:05:42 by stephent] various doc patches <87isa7awrh.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 22 Sep 2004 02:06:52 +0000
parents 393039450288
children 517f6887fbc0
line wrap: on
line diff
--- a/lisp/cl-macs.el	Wed Sep 22 01:10:57 2004 +0000
+++ b/lisp/cl-macs.el	Wed Sep 22 02:06:52 2004 +0000
@@ -767,7 +767,7 @@
 The loop macro consists of a series of clauses, which do things like
 iterate variables, set conditions for exiting the loop, accumulating values
 to be returned as the return value of the loop, and executing arbitrary
-blocks of code.  Each clause is proceed in turn, and the loop executes its
+blocks of code.  Each clause is processed in turn, and the loop executes its
 body repeatedly until an exit condition is hit.
 
 It's important to understand that loop clauses such as `for' and `while',