1
Fork 0
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:
Thien-Thi Nguyen 2001-05-06 01:12:50 +00:00
parent 1c938eb810
commit 5ad8ab0a97

View file

@ -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"