summaryrefslogtreecommitdiff
path: root/libguile/struct.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-03-15 10:33:37 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-03-15 10:33:37 +0000
commit2af6ac9aec33762c5291ae8e04c77ded7b228474 (patch)
treeadb1359d9d241cc1382ebbf328c98001676f11e9 /libguile/struct.c
parent89a01d40f5e4ebdfb924b8ec5e45e4db59e10030 (diff)
downloadguile-2af6ac9aec33762c5291ae8e04c77ded7b228474.tar.gz
Small docstring fixes.
Diffstat (limited to 'libguile/struct.c')
-rw-r--r--libguile/struct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/struct.c b/libguile/struct.c
index 4c9d9f5b0..672447479 100644
--- a/libguile/struct.c
+++ b/libguile/struct.c
@@ -240,7 +240,7 @@ scm_struct_init (SCM handle, SCM layout, scm_t_bits * mem, int tail_elts, SCM in
SCM_DEFINE (scm_struct_p, "struct?", 1, 0, 0,
(SCM x),
- "Return @code{#t} iff @var{obj} is a structure object, else\n"
+ "Return @code{#t} iff @var{x} is a structure object, else\n"
"@code{#f}.")
#define FUNC_NAME s_scm_struct_p
{
@@ -250,7 +250,7 @@ SCM_DEFINE (scm_struct_p, "struct?", 1, 0, 0,
SCM_DEFINE (scm_struct_vtable_p, "struct-vtable?", 1, 0, 0,
(SCM x),
- "Return @code{#t} iff obj is a vtable structure.")
+ "Return @code{#t} iff @var{x} is a vtable structure.")
#define FUNC_NAME s_scm_struct_vtable_p
{
SCM layout;