[climacs-cvs] CVS climacs/Doc

thenriksen thenriksen at common-lisp.net
Mon Jul 24 17:58:32 UTC 2006


Update of /project/climacs/cvsroot/climacs/Doc
In directory clnet:/tmp/cvs-serv26762/Doc

Modified Files:
	climacs-user.texi 
Log Message:
Climacs entry point in in the CLIMACS package, add mention of
:new-process argument.


--- /project/climacs/cvsroot/climacs/Doc/climacs-user.texi	2006/07/02 19:55:45	1.12
+++ /project/climacs/cvsroot/climacs/Doc/climacs-user.texi	2006/07/24 17:58:32	1.13
@@ -207,7 +207,13 @@
 @emph{expression} at the prompt of a @cl{} @emph{listener} such as:
 
 @lisp
-CL-USER> (climacs-gui:climacs)
+CL-USER> (climacs:climacs)
+ at end lisp
+
+ at climacs{} also has an option to start in a new thread:
+
+ at lisp
+CL-USER> (climacs:climacs :new-process t)
 @end lisp
 
 You exit from @climacs{} by typing @kbd{C-x C-c} (@command{Quit}).




More information about the Climacs-cvs mailing list