Update of /cvsroot/wisp/wisp/doc
In directory usw-pr-cvs1:/tmp/cvs-serv6487/doc
Modified Files:
wisp.vim
Log Message:
Dropped |string-length| and |vector-length| from the regular environment.
Index: wisp.vim
===================================================================
RCS file: /cvsroot/wisp/wisp/doc/wisp.vim,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- wisp.vim 7 Sep 2002 21:55:56 -0000 1.225
+++ wisp.vim 7 Sep 2002 22:01:21 -0000 1.226
@@ -199,21 +199,21 @@
syn keyword wispFunc string-append string-concatenate string-copy
syn keyword wispFunc string-downcase string-downcase! string-ends?
syn keyword wispFunc string-fill! string-first string-join string-last
-syn keyword wispFunc string-length string-move! string-null?
-syn keyword wispFunc string-starts? string-upcase string-upcase!
-syn keyword wispFunc string<=? string<? string=? string>=? string>?
-syn keyword wispFunc string? structure->string subclass? substring
-syn keyword wispFunc superclass swyde? symbol->string symbol-length
-syn keyword wispFunc symbol-ref symbol<=? symbol<? symbol>=? symbol>?
-syn keyword wispFunc symbol? system-constant tcchangeattr tcgetattr
+syn keyword wispFunc string-move! string-null? string-starts?
+syn keyword wispFunc string-upcase string-upcase! string<=? string<?
+syn keyword wispFunc string=? string>=? string>? string?
+syn keyword wispFunc structure->string subclass? substring superclass
+syn keyword wispFunc swyde? symbol->string symbol-length symbol-ref
+syn keyword wispFunc symbol<=? symbol<? symbol>=? symbol>? symbol?
+syn keyword wispFunc system-constant tcchangeattr tcgetattr
syn keyword wispFunc tcgetattr-raw tcsetattr-raw tenth third toposplit
syn keyword wispFunc transcript-off transcript-on translate tree-copy
syn keyword wispFunc truncate tty? type-of ubyte? unix-time
syn keyword wispFunc unpack-be-integer unpack-le-integer unsure-collect
syn keyword wispFunc utf-8->c16string utf-8-first-byte->length uwyde?
syn keyword wispFunc vector vector->list vector-append vector-copy
-syn keyword wispFunc vector-fill! vector-length vector-move! vector?
-syn keyword wispFunc void? wisp-string-hash with-input-from-file
+syn keyword wispFunc vector-fill! vector-move! vector? void?
+syn keyword wispFunc wisp-string-hash with-input-from-file
syn keyword wispFunc with-output-to-file write write-char write-string
syn keyword wispFunc writeln zero?
@@ -286,8 +286,9 @@
" These procedures are positively left unsupported.
syn keyword wispFuncError call-with-values car+cdr dynamic-wind
-syn keyword wispFuncError set-car! set-cdr! string-ref string-set!
-syn keyword wispFuncError values vector-ref vector-set!
+syn keyword wispFuncError set-car! set-cdr! string-length string-ref
+syn keyword wispFuncError string-set! values vector-length vector-ref
+syn keyword wispFuncError vector-set!
" Non-hilighted words
|