mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-12 15:37:35 +02:00
small documentation fixes
This commit is contained in:
parent
e10d82987a
commit
5b60641f43
1 changed files with 2 additions and 2 deletions
|
@ -267,13 +267,13 @@
|
|||
(let ((pred (make-char-predicate check)))
|
||||
(string-fold (lambda (ch count) (if (pred ch) (+ count 1) count)) 0 str)))
|
||||
|
||||
;;> \procedure{(string-contains s1 s2)}
|
||||
;;> \procedure{(string-contains s1 s2 [start])}
|
||||
;;>
|
||||
;;> Returns a cursor pointing to the first position in the string
|
||||
;;> \var{s1} where \var{s2} occurs, or \scheme{#f} if there is no such
|
||||
;;> match.
|
||||
|
||||
;;> \procedure{(mamke-string-searcher needle)}
|
||||
;;> \procedure{(make-string-searcher needle)}
|
||||
;;>
|
||||
;;> Partial application of \scheme{string-contains}. Return a
|
||||
;;> procedure of one argument, a string, which runs
|
||||
|
|
Loading…
Add table
Reference in a new issue