Update of /project/gsharp/cvsroot/gsharp/Flexichain/Doc In directory common-lisp.net:/tmp/cvs-serv8287/Flexichain/Doc
Modified Files: flexichain.tex Log Message: s/elemement/element/ in flexichain spec.
Date: Tue Jan 25 03:08:36 2005 Author: crhodes
Index: gsharp/Flexichain/Doc/flexichain.tex diff -u gsharp/Flexichain/Doc/flexichain.tex:1.3 gsharp/Flexichain/Doc/flexichain.tex:1.4 --- gsharp/Flexichain/Doc/flexichain.tex:1.3 Mon Sep 6 04:18:42 2004 +++ gsharp/Flexichain/Doc/flexichain.tex Tue Jan 25 03:08:32 2005 @@ -663,7 +663,7 @@ after the last operation has been completed, thus making it more efficient to use this macro than to use individual editing operations.
-\Defgeneric {elemement<} {cursor} +\Defgeneric {element<} {cursor}
Return the element immediately before the cursor. If the cursor is at the beginning, an at-beginning condition will be signaled. @@ -674,7 +674,7 @@ as argument. If the cursor is at the beginning, an at-beginning condition will be signaled.
-\Defgeneric {elemement>} {cursor} +\Defgeneric {element>} {cursor}
Return the element immediately after the cursor. If the cursor is at the end, an at-end condition will be signaled.