summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2017-02-23 09:29:31 +0100
committerAndy Wingo <wingo@pobox.com>2017-02-23 09:29:31 +0100
commit7242ca566f44ba498b9c3ecacb996182ab57cdce (patch)
tree3c6513fe4aa2e771f7383f581876132a7fa241be /NEWS
parentc7fb87cd6e8ccf7e2a47c715a1d4a6cf82d846a3 (diff)
Fix typo in old NEWS.
* NEWS: Fix typo.
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,