CVS: setedit/doc editor.tx,1.97,1.98
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2008-06-11 12:37:56
|
Update of /cvsroot/setedit/setedit/doc In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8431/doc Modified Files: editor.tx Log Message: * Added: [SHL] new keywords to the "USB Descriptors" and "USB Transactions" syntaxis. * Modified: [PMacros] VHDL header macro (new tools and log removed). * Added: [DOC] Documentation for the second parameter used in sLisp's OpenFile. * Added: [Functions] Search for USB descriptors. * Added: [sLisp] Now you can add strings to integers (they get converted using strtol). Based on a patch by Al-Junaid H. Walker (abic/australia/edu) Index: editor.tx =================================================================== RCS file: /cvsroot/setedit/setedit/doc/editor.tx,v retrieving revision 1.97 retrieving revision 1.98 diff -C2 -d -r1.97 -r1.98 *** editor.tx 3 Oct 2007 12:46:05 -0000 1.97 --- editor.tx 11 Jun 2008 12:37:51 -0000 1.98 *************** *** 6457,6461 **** @subsection OpenFile ! (OpenFile @var{string}) @p{} --- 6457,6461 ---- @subsection OpenFile ! (OpenFile @var{string} [@var{select}]) @p{} *************** *** 6465,6468 **** --- 6465,6470 ---- @p{} + If the @var{select} value isn't 0 the opened file is selected. + @p{} @c -------------------------------------------------------------- |