summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4dc7173af..21268135a 100644
--- a/NEWS
+++ b/NEWS
@@ -1055,7 +1055,7 @@ if you defined a class C:
And now you define a subclass, intending to provide an #:init-value for
the slot A:
- (define-class D ()
+ (define-class D (A)
(a #:init-value 42))
Really what you have done is define in D a new slot with the same name,