mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
(scm_substring_move_x): Doc fix; nfc.
This commit is contained in:
parent
1c938eb810
commit
5ad8ab0a97
1 changed files with 25 additions and 25 deletions
|
@ -222,7 +222,7 @@ SCM_DEFINE (scm_substring_move_x, "substring-move!", 5, 0, 0,
|
|||
"@deffnx primitive substring-move-left! str1 start1 end1 str2 start2\n"
|
||||
"@deffnx primitive substring-move-right! str1 start1 end1 str2 start2\n"
|
||||
"Copy the substring of @var{str1} bounded by @var{start1} and @var{end1}\n"
|
||||
"into @var{str2} beginning at position @var{end2}.\n"
|
||||
"into @var{str2} beginning at position @var{start2}.\n"
|
||||
"@code{substring-move-right!} begins copying from the rightmost character\n"
|
||||
"and moves left, and @code{substring-move-left!} copies from the leftmost\n"
|
||||
"character moving right.\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue