lloda pushed a commit to branch main
in repository guile.
commit 2dc8a94434effbb9de74d6524c09b3de542f5ef0
Author: Dale P. Smith <[email protected]>
AuthorDate: Thu Aug 14 07:04:13 2025 +0200
doc: Explicitly mention the name of GOOPS
* doc/ref/goops.texi (GOOPS): use tshe full name: Guile Object Oriented
Programming System
---
doc/ref/goops.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/goops.texi b/doc/ref/goops.texi
index 13aa73b81..6818a06c0 100644
--- a/doc/ref/goops.texi
+++ b/doc/ref/goops.texi
@@ -15,7 +15,7 @@ Guile
@node GOOPS
@chapter GOOPS
-@goops{} is the object oriented extension to @guile{}. Its
+@goops{} is the ``@guile{} Object Oriented Programming System''. Its
implementation is derived from @w{STk-3.99.3} by Erick Gallesio and
version 1.3 of Gregor Kiczales' @cite{Tiny-Clos}. It is very close in
spirit to CLOS, the Common Lisp Object System, but is adapted for the