summaryrefslogtreecommitdiff
path: root/doc/ref/new-docstrings.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-03-15 14:03:53 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-03-15 14:03:53 +0000
commit198586ed746e9a0288a443cb1c0b335e244461b9 (patch)
tree9c502f34575ef4854a46c4b139a01e4f86b338ed /doc/ref/new-docstrings.texi
parenta6d344d3475e5e2731ef62bac34626b875273d79 (diff)
downloadguile-198586ed746e9a0288a443cb1c0b335e244461b9.tar.gz
Manual updates.
Diffstat (limited to 'doc/ref/new-docstrings.texi')
-rw-r--r--doc/ref/new-docstrings.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/new-docstrings.texi b/doc/ref/new-docstrings.texi
index 169f4c20e..2180561a6 100644
--- a/doc/ref/new-docstrings.texi
+++ b/doc/ref/new-docstrings.texi
@@ -321,7 +321,7 @@ Change the signature of export environment @var{env}.
@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
-its super-classes.
+its superclasses.
@end deffn
@deffn {Scheme Procedure} get-keyword key l default_value
@@ -532,7 +532,7 @@ Return the direct slots of the class @var{obj}.
@deffn {Scheme Procedure} class-direct-supers obj
@deffnx {C Function} scm_class_direct_supers (obj)
-Return the direct super-classes of the class @var{obj}.
+Return the direct superclasses of the class @var{obj}.
@end deffn
@deffn {Scheme Procedure} class-name obj