guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile ChangeLog root.c stru...


From: Neil Jerram
Subject: guile/guile-core/libguile ChangeLog root.c stru...
Date: Fri, 22 Sep 2000 06:40:13 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Neil Jerram <address@hidden>    00/09/22 06:40:13

Modified files:
        guile-core/libguile: ChangeLog root.c struct.c 

Log message:
        * Fix docstring texinfo warnings.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/ChangeLog.diff?r1=1.1114&r2=1.1115
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/root.c.diff?r1=1.43&r2=1.44
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/struct.c.diff?r1=1.59&r2=1.60

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1114 
guile/guile-core/libguile/ChangeLog:1.1115
--- guile/guile-core/libguile/ChangeLog:1.1114  Wed Sep 20 14:05:15 2000
+++ guile/guile-core/libguile/ChangeLog Fri Sep 22 06:40:12 2000
@@ -1,3 +1,11 @@
+2000-09-22  Neil Jerram  <address@hidden>
+
+       * struct.c (scm_make_struct): Fix texinfo warning in docstring by
+       using @pxref rather than @xref.
+
+       * root.c (scm_call_with_dynamic_root): Fix texinfo warning in
+       docstring by using @code for (thunk) rather than @var.
+
 2000-09-20  Marius Vollmer  <address@hidden>
 
        * numbers.c (scm_istr2flo): Throw an `out of range' error when
Index: guile/guile-core/libguile/root.c
diff -u guile/guile-core/libguile/root.c:1.43 
guile/guile-core/libguile/root.c:1.44
--- guile/guile-core/libguile/root.c:1.43       Sat Aug 12 16:15:48 2000
+++ guile/guile-core/libguile/root.c    Fri Sep 22 06:40:12 2000
@@ -335,7 +335,7 @@
 
 SCM_DEFINE (scm_call_with_dynamic_root, "call-with-dynamic-root", 2, 0, 0,
            (SCM thunk, SCM handler),
-           "Evaluate @var{(thunk)} in a new dynamic context, returning its 
value.\n\n"
+           "Evaluate @code{(thunk)} in a new dynamic context, returning its 
value.\n\n"
            "If an error occurs during evaluation, apply @var{handler} to the\n"
            "arguments to the throw, just as @code{throw} would.  If this 
happens,\n"
            "@var{handler} is called outside the scope of the new root -- it 
is\n"
Index: guile/guile-core/libguile/struct.c
diff -u guile/guile-core/libguile/struct.c:1.59 
guile/guile-core/libguile/struct.c:1.60
--- guile/guile-core/libguile/struct.c:1.59     Sat Sep  2 16:17:23 2000
+++ guile/guile-core/libguile/struct.c  Fri Sep 22 06:40:12 2000
@@ -410,7 +410,7 @@
 SCM_DEFINE (scm_make_struct, "make-struct", 2, 0, 1, 
             (SCM vtable, SCM tail_array_size, SCM init),
            "Create a new structure.\n\n"
-           "@var{type} must be a vtable structure (@xref{Vtables}).\n\n"
+           "@var{type} must be a vtable structure (@pxref{Vtables}).\n\n"
            "@var{tail-elts} must be a non-negative integer.  If the layout\n"
            "specification indicated by @var{type} includes a tail-array,\n"
            "this is the number of elements allocated to that array.\n\n"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]