mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
* strop.c (s_scm_string_capitalize_x): fix docstring quoting.
* socket.c (s_scm_inet_pton): fix docstring quoting. (s_scm_inet_ntop): ditto. * num2integral.i.c (INTEGRAL2NUM): cast to fix a warning. * hashtab.c (scm_internal_hash_fold): fix argument position in SCM_ASSERT. * environments.c (s_scm_import_environment_set_imports_x): fix argument position in SCM_ASSERT. * debug.c (s_scm_make_gloc): fix SCM packing/unpacking. (s_scm_make_iloc): ditto.
This commit is contained in:
parent
1db81cb09a
commit
dd85ce4758
7 changed files with 34 additions and 16 deletions
|
@ -483,9 +483,9 @@ SCM_DEFINE (scm_string_capitalize_x, "string-capitalize!", 1, 0, 0,
|
|||
"destructively and return @var{str}.\n"
|
||||
"\n"
|
||||
"@lisp\n"
|
||||
"y @result{} "hello world"\n"
|
||||
"(string-capitalize! y) @result{} "Hello World"\n"
|
||||
"y @result{} "Hello World"\n"
|
||||
"y @result{} \"hello world\"\n"
|
||||
"(string-capitalize! y) @result{} \"Hello World\"\n"
|
||||
"y @result{} \"Hello World\"\n"
|
||||
"@end lisp")
|
||||
#define FUNC_NAME s_scm_string_capitalize_x
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue