diff options
Diffstat (limited to 'doc/ref/api-undocumented.texi')
-rw-r--r-- | doc/ref/api-undocumented.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-undocumented.texi b/doc/ref/api-undocumented.texi index 1e36ad8b6..1ffb3a914 100644 --- a/doc/ref/api-undocumented.texi +++ b/doc/ref/api-undocumented.texi @@ -267,7 +267,7 @@ returned by this function for @var{obj} @deffn {Scheme Procedure} %compute-slots class @deffnx {C Function} scm_sys_compute_slots (class) Return a list consisting of the names of all slots belonging to -class @var{class}, i. e. the slots of @var{class} and of all of +class @var{class}, i.e.@: the slots of @var{class} and of all of its superclasses. @end deffn |