mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 15:10:29 +02:00
Fix spelling error.
This commit is contained in:
parent
b1ada803b0
commit
86d185bae3
1 changed files with 2 additions and 4 deletions
|
@ -3191,11 +3191,9 @@ Like @code{delete!}, but only deletes the first occurrence of
|
||||||
@node List Searching
|
@node List Searching
|
||||||
@subsection List Searching
|
@subsection List Searching
|
||||||
|
|
||||||
@c FIXME::martin: Review me!
|
|
||||||
|
|
||||||
The following procedures search lists for particular elements. They use
|
The following procedures search lists for particular elements. They use
|
||||||
different comparison predicates for comparing list elements with the
|
different comparison predicates for comparing list elements with the
|
||||||
object to be seached. When they fail, they return @code{#f}, otherwise
|
object to be searched. When they fail, they return @code{#f}, otherwise
|
||||||
they return the sublist whose car is equal to the search object, where
|
they return the sublist whose car is equal to the search object, where
|
||||||
equality depends on the equality predicate used.
|
equality depends on the equality predicate used.
|
||||||
|
|
||||||
|
@ -3229,7 +3227,7 @@ the non-empty lists returned by @code{(list-tail @var{lst}
|
||||||
empty list) is returned.
|
empty list) is returned.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
[FIXME: is there any reason to have the `sloppy' functions available at
|
[FIXME: Is there any reason to have the `sloppy' functions available at
|
||||||
high level at all? Maybe these docs should be relegated to a "Guile
|
high level at all? Maybe these docs should be relegated to a "Guile
|
||||||
Internals" node or something. -twp]
|
Internals" node or something. -twp]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue