mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
* Docstring updates.
This commit is contained in:
parent
09831f943c
commit
11768c044a
5 changed files with 54 additions and 6 deletions
|
@ -227,6 +227,8 @@ y
|
|||
|
||||
SCM_DEFINE (scm_substring_move_x, "substring-move!", 5, 0, 0,
|
||||
(SCM str1, SCM start1, SCM end1, SCM str2, SCM start2),
|
||||
"@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"
|
||||
"@code{substring-move-right!} begins copying from the rightmost character\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue