[flexichain-cvs] CVS update: flexichain/Doc/flexichain.tex

Robert Strandh rstrandh at common-lisp.net
Sun Oct 3 08:51:12 UTC 2010


Update of /project/flexichain/cvsroot/flexichain/Doc
In directory cl-net:/tmp/cvs-serv3749

Modified Files:
	flexichain.tex 
Log Message:
Fixed a few bugs in the documentation.

Thanks to Sumant S. R. Oemrawsingh for finding and reporting those
bugs.

Date: Sun Oct  3 04:51:12 2010
Author: rstrandh

Index: flexichain/Doc/flexichain.tex
diff -u flexichain/Doc/flexichain.tex:1.2 flexichain/Doc/flexichain.tex:1.3
--- flexichain/Doc/flexichain.tex:1.2	Fri Jan 25 18:59:23 2008
+++ flexichain/Doc/flexichain.tex	Sun Oct  3 04:51:11 2010
@@ -568,17 +568,19 @@
 
 \Defclass {standard-flexicursor}
 
-The standard instantiable subclass of \cl{flexicursor}. 
+The standard subclass of \cl{flexicursor}.  This class is \emph{not}
+directly instantiable.  Instead use one of the instantiable subclasses
+\cl{left-sticky-flexicursor} or \cl{right-sticky-flexicursor}.
 
 \Defclass {left-sticky-flexicursor}
 
 The standard instantiable class for left-sticky flexicursors.  It is a
-subclass of standard-flexicursor. 
+subclass of \cl{standard-flexicursor}. 
 
 \Defclass {right-sticky-flexicursor}
 
 The standard instantiable class for right-sticky flexicursors.  It is a
-subclass of standard-flexicursor. 
+subclass of \cl{standard-flexicursor}. 
 
 \Defgeneric {chain} {cursor}
 
@@ -636,7 +638,7 @@
 
 Insert an object at the position corresponding to that of the cursor. 
 All cursors located at positions greater than the one corresponding to
-the cursor given as argument, as well as left-sticky cursors (possibly
+the cursor given as argument, as well as right-sticky cursors (possibly
 including the one given as argument)  located at the same position as
 the one given as argument will have their positions incremented by
 one. Other cursors are unaffected. 
@@ -724,4 +726,4 @@
 way, a \texttt{flexicursor} editing operation translates directly to a
 \texttt{flexichain} editing operation with no extra code.
 
-\end{document}
\ No newline at end of file
+\end{document}





More information about the Flexichain-cvs mailing list