Skip to content

Commit

Permalink
Fixes #874 typo. Replaced '@rm' with '@r'.
Browse files Browse the repository at this point in the history
  • Loading branch information
random-bites committed Jan 1, 2024
1 parent 6b19d0c commit 226f2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/gambit.txi
Expand Up @@ -5544,7 +5544,7 @@ The procedures in this section are not yet documented.
@deffn procedure char-set<= @var{char-set} @dots{}
@end deffn

@deffn procedure char-set-hash @var{char-set} @rm{[}@var{bound}@rm{]}
@deffn procedure char-set-hash @var{char-set} @r{[}@var{bound}@r{]}
@end deffn

@deffn procedure char-set-cursor @var{char-set}
Expand Down Expand Up @@ -5598,7 +5598,7 @@ The procedures in this section are not yet documented.
@deffn procedure char-set-filter! @var{pred} @var{char-set} @var{base-cs}
@end deffn

@deffn procedure ucs-range->char-set @var{lower} @var{upper} @rm{[}@var{error?} @rm{[}@var{base-cs}@rm{]}@rm{]}
@deffn procedure ucs-range->char-set @var{lower} @var{upper} @r{[}@var{error?} @r{[}@var{base-cs}@r{]}@r{]}
@end deffn

@deffn procedure ucs-range->char-set! @var{lower} @var{upper} @var{error?} @var{base-cs}
Expand Down

0 comments on commit 226f2ab

Please sign in to comment.