Update of /project/cells-gtk/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv869
Modified Files: faq.html Log Message: minor Date: Mon Oct 3 16:43:47 2005 Author: pdenno
Index: public_html/faq.html diff -u public_html/faq.html:1.9 public_html/faq.html:1.10 --- public_html/faq.html:1.9 Sun Oct 2 21:04:39 2005 +++ public_html/faq.html Mon Oct 3 16:43:46 2005 @@ -210,7 +210,7 @@ <strong id="q8.5">Q: What is the difference between using c-input (AKA c-in) and c-formula (AKA c?) in a slot's :initform ?</strong><p/> <strong>A:</strong>The two define different kinds of cells:<br/> -A c-input cell is a cell whose value may be set through explicit declarative code, such as by using setf on the slot. +A c-input cell is a cell whose value may be set through explicit procedural code, using setf on the slot. <br/> A c-formula cell is a cell whose value is obtained through evaluation of a formula. <br/>